public interface ListOnlineReturnPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as pageToken to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as pageToken to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getOnlineReturnPolicies(int index)
public abstract OnlineReturnPolicy getOnlineReturnPolicies(int index)The retrieved return policies.
repeated .google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OnlineReturnPolicy |
|
getOnlineReturnPoliciesCount()
public abstract int getOnlineReturnPoliciesCount()The retrieved return policies.
repeated .google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOnlineReturnPoliciesList()
public abstract List<OnlineReturnPolicy> getOnlineReturnPoliciesList()The retrieved return policies.
repeated .google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<OnlineReturnPolicy> |
|
getOnlineReturnPoliciesOrBuilder(int index)
public abstract OnlineReturnPolicyOrBuilder getOnlineReturnPoliciesOrBuilder(int index)The retrieved return policies.
repeated .google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OnlineReturnPolicyOrBuilder |
|
getOnlineReturnPoliciesOrBuilderList()
public abstract List<? extends OnlineReturnPolicyOrBuilder> getOnlineReturnPoliciesOrBuilderList()The retrieved return policies.
repeated .google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy online_return_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicyOrBuilder> |
|