public class ListLocationCustomAttributeDefinitionsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListLocationCustomAttributeDefinitionsResponse.Builder
Class to build instances of
ListLocationCustomAttributeDefinitionsResponse. |
| Constructor and Description |
|---|
ListLocationCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition> customAttributeDefinitions,
String cursor,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<CustomAttributeDefinition> |
getCustomAttributeDefinitions()
Getter for CustomAttributeDefinitions.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
ListLocationCustomAttributeDefinitionsResponse.Builder |
toBuilder()
Builds a new
ListLocationCustomAttributeDefinitionsResponse.Builder object. |
String |
toString()
Converts this ListLocationCustomAttributeDefinitionsResponse into string format.
|
public ListLocationCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition> customAttributeDefinitions, String cursor, List<Error> errors)
customAttributeDefinitions - List of CustomAttributeDefinition value for
customAttributeDefinitions.cursor - String value for cursor.errors - List of Error value for errors.public HttpContext getContext()
public List<CustomAttributeDefinition> getCustomAttributeDefinitions()
public String getCursor()
public List<Error> getErrors()
public String toString()
public ListLocationCustomAttributeDefinitionsResponse.Builder toBuilder()
ListLocationCustomAttributeDefinitionsResponse.Builder object.
Creates the instance with the state of the current model.ListLocationCustomAttributeDefinitionsResponse.Builder objectCopyright © 2023. All rights reserved.