public class ListMerchantCustomAttributesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMerchantCustomAttributesRequest.Builder
Class to build instances of
ListMerchantCustomAttributesRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ListMerchantCustomAttributesRequest(String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Initialization constructor.
|
protected |
ListMerchantCustomAttributesRequest(String visibilityFilter,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<Boolean> withDefinitions)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getVisibilityFilter()
Getter for VisibilityFilter.
|
Boolean |
getWithDefinitions()
Getter for WithDefinitions.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetWithDefinitions()
Internal Getter for WithDefinitions.
|
ListMerchantCustomAttributesRequest.Builder |
toBuilder()
Builds a new
ListMerchantCustomAttributesRequest.Builder object. |
String |
toString()
Converts this ListMerchantCustomAttributesRequest into string format.
|
public ListMerchantCustomAttributesRequest(String visibilityFilter, Integer limit, String cursor, Boolean withDefinitions)
visibilityFilter - String value for visibilityFilter.limit - Integer value for limit.cursor - String value for cursor.withDefinitions - Boolean value for withDefinitions.protected ListMerchantCustomAttributesRequest(String visibilityFilter, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<Boolean> withDefinitions)
public String getVisibilityFilter()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetWithDefinitions()
public Boolean getWithDefinitions()
public String toString()
public ListMerchantCustomAttributesRequest.Builder toBuilder()
ListMerchantCustomAttributesRequest.Builder object.
Creates the instance with the state of the current model.ListMerchantCustomAttributesRequest.Builder objectCopyright © 2023. All rights reserved.