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