| Modifier and Type | Method and Description |
|---|---|
Property.Builder |
aliases(List<String> aliases) |
Property.Builder |
aliases(String... aliases) |
Property.Builder |
aliasesNextLink(String aliasesNextLink) |
Property |
build() |
Property.Builder |
isContent(Boolean isContent) |
Property.Builder |
isQueryable(Boolean isQueryable) |
Property.Builder |
isRefinable(Boolean isRefinable) |
Property.Builder |
isRetrievable(Boolean isRetrievable) |
Property.Builder |
isSearchable(Boolean isSearchable) |
Property.Builder |
labels(Label... labels) |
Property.Builder |
labels(List<Label> labels) |
Property.Builder |
labelsNextLink(String labelsNextLink) |
Property.Builder |
name(String name) |
Property.Builder |
type(PropertyType type) |
public Property.Builder name(String name)
public Property.Builder type(PropertyType type)
public Property.Builder isSearchable(Boolean isSearchable)
public Property.Builder isRetrievable(Boolean isRetrievable)
public Property.Builder isQueryable(Boolean isQueryable)
public Property.Builder isContent(Boolean isContent)
public Property.Builder isRefinable(Boolean isRefinable)
public Property.Builder aliases(List<String> aliases)
public Property.Builder aliases(String... aliases)
public Property.Builder aliasesNextLink(String aliasesNextLink)
public Property.Builder labels(List<Label> labels)
public Property.Builder labels(Label... labels)
public Property.Builder labelsNextLink(String labelsNextLink)
public Property build()
Copyright © 2018–2020. All rights reserved.