public interface BusinessDayConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBusinessDays(int index)
public abstract BusinessDayConfig.Weekday getBusinessDays(int index)
Required. Regular business days. May not be empty.
repeated .google.shopping.merchant.accounts.v1beta.BusinessDayConfig.Weekday business_days = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
BusinessDayConfig.Weekday |
The businessDays at the given index. |
getBusinessDaysCount()
public abstract int getBusinessDaysCount()
Required. Regular business days. May not be empty.
repeated .google.shopping.merchant.accounts.v1beta.BusinessDayConfig.Weekday business_days = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of businessDays. |
getBusinessDaysList()
public abstract List<BusinessDayConfig.Weekday> getBusinessDaysList()
Required. Regular business days. May not be empty.
repeated .google.shopping.merchant.accounts.v1beta.BusinessDayConfig.Weekday business_days = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Weekday> |
A list containing the businessDays. |
getBusinessDaysValue(int index)
public abstract int getBusinessDaysValue(int index)
Required. Regular business days. May not be empty.
repeated .google.shopping.merchant.accounts.v1beta.BusinessDayConfig.Weekday business_days = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of businessDays at the given index. |
getBusinessDaysValueList()
public abstract List<Integer> getBusinessDaysValueList()
Required. Regular business days. May not be empty.
repeated .google.shopping.merchant.accounts.v1beta.BusinessDayConfig.Weekday business_days = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for businessDays. |