public static class ListLocationCustomAttributeDefinitionsResponse.Builder extends Object
ListLocationCustomAttributeDefinitionsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListLocationCustomAttributeDefinitionsResponse |
build()
Builds a new
ListLocationCustomAttributeDefinitionsResponse object using the set
fields. |
ListLocationCustomAttributeDefinitionsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListLocationCustomAttributeDefinitionsResponse.Builder |
customAttributeDefinitions(List<CustomAttributeDefinition> customAttributeDefinitions)
Setter for customAttributeDefinitions.
|
ListLocationCustomAttributeDefinitionsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListLocationCustomAttributeDefinitionsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public ListLocationCustomAttributeDefinitionsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListLocationCustomAttributeDefinitionsResponse.Builder customAttributeDefinitions(List<CustomAttributeDefinition> customAttributeDefinitions)
customAttributeDefinitions - List of CustomAttributeDefinition value for
customAttributeDefinitions.public ListLocationCustomAttributeDefinitionsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListLocationCustomAttributeDefinitionsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListLocationCustomAttributeDefinitionsResponse build()
ListLocationCustomAttributeDefinitionsResponse object using the set
fields.Copyright © 2023. All rights reserved.