public static class SearchCatalogObjectsResponse.Builder extends Object
SearchCatalogObjectsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogObjectsResponse |
build()
Builds a new
SearchCatalogObjectsResponse object using the set fields. |
SearchCatalogObjectsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
SearchCatalogObjectsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
SearchCatalogObjectsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
SearchCatalogObjectsResponse.Builder |
latestTime(String latestTime)
Setter for latestTime.
|
SearchCatalogObjectsResponse.Builder |
objects(List<CatalogObject> objects)
Setter for objects.
|
SearchCatalogObjectsResponse.Builder |
relatedObjects(List<CatalogObject> relatedObjects)
Setter for relatedObjects.
|
public SearchCatalogObjectsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public SearchCatalogObjectsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public SearchCatalogObjectsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public SearchCatalogObjectsResponse.Builder objects(List<CatalogObject> objects)
objects - List of CatalogObject value for objects.public SearchCatalogObjectsResponse.Builder relatedObjects(List<CatalogObject> relatedObjects)
relatedObjects - List of CatalogObject value for relatedObjects.public SearchCatalogObjectsResponse.Builder latestTime(String latestTime)
latestTime - String value for latestTime.public SearchCatalogObjectsResponse build()
SearchCatalogObjectsResponse object using the set fields.SearchCatalogObjectsResponseCopyright © 2022. All rights reserved.