public static class CustomAttributeDefinition.Builder extends Object
CustomAttributeDefinition.| Constructor and Description |
|---|
Builder() |
public CustomAttributeDefinition.Builder key(String key)
key - String value for key.public CustomAttributeDefinition.Builder unsetKey()
public CustomAttributeDefinition.Builder schema(JsonObject schema)
schema - JsonObject value for schema.public CustomAttributeDefinition.Builder unsetSchema()
public CustomAttributeDefinition.Builder name(String name)
name - String value for name.public CustomAttributeDefinition.Builder unsetName()
public CustomAttributeDefinition.Builder description(String description)
description - String value for description.public CustomAttributeDefinition.Builder unsetDescription()
public CustomAttributeDefinition.Builder visibility(String visibility)
visibility - String value for visibility.public CustomAttributeDefinition.Builder version(Integer version)
version - Integer value for version.public CustomAttributeDefinition.Builder updatedAt(String updatedAt)
updatedAt - String value for updatedAt.public CustomAttributeDefinition.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public CustomAttributeDefinition build()
CustomAttributeDefinition object using the set fields.CustomAttributeDefinitionCopyright © 2024. All rights reserved.