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() |
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<Label> getLabels()
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.