static DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.builder() |
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.Builder.name(String name) |
The name of the document attribute.
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.Builder.search(String search) |
Information about whether the document attribute can be used by an end user to search for information on
their web experience.
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.Builder.search(Status search) |
Information about whether the document attribute can be used by an end user to search for information on
their web experience.
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.toBuilder() |
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.Builder.type(String type) |
The type of document attribute.
|
DocumentAttributeConfiguration.Builder |
DocumentAttributeConfiguration.Builder.type(AttributeType type) |
The type of document attribute.
|