public class ListLocationCustomAttributesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListLocationCustomAttributesRequest.Builder
Class to build instances of
ListLocationCustomAttributesRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ListLocationCustomAttributesRequest(String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Initialization constructor.
|
protected |
ListLocationCustomAttributesRequest(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.
|
ListLocationCustomAttributesRequest.Builder |
toBuilder()
Builds a new
ListLocationCustomAttributesRequest.Builder object. |
String |
toString()
Converts this ListLocationCustomAttributesRequest into string format.
|
public ListLocationCustomAttributesRequest(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 ListLocationCustomAttributesRequest(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 ListLocationCustomAttributesRequest.Builder toBuilder()
ListLocationCustomAttributesRequest.Builder object.
Creates the instance with the state of the current model.ListLocationCustomAttributesRequest.Builder objectCopyright © 2023. All rights reserved.