public class CreateMetadataTaxonomyRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateMetadataTaxonomyRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName
The display name of the taxonomy.
|
protected String |
key
The taxonomy key.
|
protected String |
namespace
The namespace of the metadata taxonomy to create.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
CreateMetadataTaxonomyRequestBody(CreateMetadataTaxonomyRequestBody.Builder builder) |
|
CreateMetadataTaxonomyRequestBody(String displayName,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getKey() |
String |
getNamespace() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String key
protected final String displayName
public CreateMetadataTaxonomyRequestBody(String displayName, String namespace)
protected CreateMetadataTaxonomyRequestBody(CreateMetadataTaxonomyRequestBody.Builder builder)
public String getDisplayName()
public String getNamespace()