public class SearchCatalogObjectsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCatalogObjectsRequest.Builder
Class to build instances of
SearchCatalogObjectsRequest. |
| Constructor and Description |
|---|
SearchCatalogObjectsRequest(String cursor,
List<String> objectTypes,
Boolean includeDeletedObjects,
Boolean includeRelatedObjects,
String beginTime,
CatalogQuery query,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCursor()
Getter for Cursor.
|
Boolean |
getIncludeDeletedObjects()
Getter for IncludeDeletedObjects.
|
Boolean |
getIncludeRelatedObjects()
Getter for IncludeRelatedObjects.
|
Integer |
getLimit()
Getter for Limit.
|
List<String> |
getObjectTypes()
Getter for ObjectTypes.
|
CatalogQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchCatalogObjectsRequest.Builder |
toBuilder()
Builds a new
SearchCatalogObjectsRequest.Builder object. |
String |
toString()
Converts this SearchCatalogObjectsRequest into string format.
|
public SearchCatalogObjectsRequest(String cursor, List<String> objectTypes, Boolean includeDeletedObjects, Boolean includeRelatedObjects, String beginTime, CatalogQuery query, Integer limit)
cursor - String value for cursor.objectTypes - List of String value for objectTypes.includeDeletedObjects - Boolean value for includeDeletedObjects.includeRelatedObjects - Boolean value for includeRelatedObjects.beginTime - String value for beginTime.query - CatalogQuery value for query.limit - Integer value for limit.public String getCursor()
public List<String> getObjectTypes()
public Boolean getIncludeDeletedObjects()
public Boolean getIncludeRelatedObjects()
public String getBeginTime()
public CatalogQuery getQuery()
public Integer getLimit()
public String toString()
public SearchCatalogObjectsRequest.Builder toBuilder()
SearchCatalogObjectsRequest.Builder object.
Creates the instance with the state of the current model.SearchCatalogObjectsRequest.Builder objectCopyright © 2022. All rights reserved.