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