public class Property extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Property.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
aliases |
protected String |
aliasesNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isContent |
protected Boolean |
isQueryable |
protected Boolean |
isRefinable |
protected Boolean |
isRetrievable |
protected Boolean |
isSearchable |
protected List<Label> |
labels |
protected String |
labelsNextLink |
protected String |
name |
protected String |
odataType |
protected PropertyType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Property() |
| Modifier and Type | Method and Description |
|---|---|
static Property.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getAliases() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getAliases(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Boolean> |
getIsContent() |
Optional<Boolean> |
getIsQueryable() |
Optional<Boolean> |
getIsRefinable() |
Optional<Boolean> |
getIsRetrievable() |
Optional<Boolean> |
getIsSearchable() |
com.github.davidmoten.odata.client.CollectionPage<Label> |
getLabels() |
com.github.davidmoten.odata.client.CollectionPage<Label> |
getLabels(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getName() |
Optional<PropertyType> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Property |
withIsContent(Boolean isContent) |
Property |
withIsQueryable(Boolean isQueryable) |
Property |
withIsRefinable(Boolean isRefinable) |
Property |
withIsRetrievable(Boolean isRetrievable) |
Property |
withIsSearchable(Boolean isSearchable) |
Property |
withName(String name) |
Property |
withType(PropertyType type) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String name
protected PropertyType type
protected Boolean isSearchable
protected Boolean isRetrievable
protected Boolean isQueryable
protected Boolean isContent
protected Boolean isRefinable
protected String aliasesNextLink
protected String labelsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<PropertyType> getType()
public Property withType(PropertyType type)
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases()
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<Label> getLabels()
public com.github.davidmoten.odata.client.CollectionPage<Label> getLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static Property.Builder builder()
Copyright © 2018–2020. All rights reserved.