public class ListCatalogRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCatalogRequest.Builder
Class to build instances of
ListCatalogRequest. |
| Constructor and Description |
|---|
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() |
ListCatalogRequest.Builder |
toBuilder()
Builds a new
ListCatalogRequest.Builder object. |
String |
toString()
Converts this ListCatalogRequest into string format.
|
public String getCursor()
public String getTypes()
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 © 2022. All rights reserved.