public class ListCatalogRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCatalogRequest.Builder
Class to build instances of
ListCatalogRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListCatalogRequest(io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<String> types,
io.apimatic.core.types.OptionalNullable<Long> catalogVersion)
Internal initialization constructor.
|
|
ListCatalogRequest(String cursor,
String types,
Long catalogVersion)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCatalogVersion()
Getter for CatalogVersion.
|
String |
getCursor()
Getter for Cursor.
|
String |
getTypes()
Getter for Types.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetCatalogVersion()
Internal Getter for CatalogVersion.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTypes()
Internal Getter for Types.
|
ListCatalogRequest.Builder |
toBuilder()
Builds a new
ListCatalogRequest.Builder object. |
String |
toString()
Converts this ListCatalogRequest into string format.
|
public ListCatalogRequest(String cursor, String types, Long catalogVersion)
cursor - String value for cursor.types - String value for types.catalogVersion - Long value for catalogVersion.protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTypes()
public String getTypes()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetCatalogVersion()
public Long getCatalogVersion()
public String toString()
public ListCatalogRequest.Builder toBuilder()
ListCatalogRequest.Builder object.
Creates the instance with the state of the current model.ListCatalogRequest.Builder objectCopyright © 2023. All rights reserved.