Class Property
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Property
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Property extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProperty.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>aliasesprotected StringaliasesNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisQueryableprotected BooleanisRefinableprotected BooleanisRetrievableprotected BooleanisSearchableprotected List<Label>labelsprotected StringlabelsNextLinkprotected Stringnameprotected StringodataTypeprotected PropertyTypetypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedProperty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builderbuilder()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>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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()PropertywithIsQueryable(Boolean isQueryable)PropertywithIsRefinable(Boolean isRefinable)PropertywithIsRetrievable(Boolean isRetrievable)PropertywithIsSearchable(Boolean isSearchable)PropertywithName(String name)PropertywithType(PropertyType type)PropertywithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
aliasesNextLink
protected String aliasesNextLink
-
isQueryable
protected Boolean isQueryable
-
isRefinable
protected Boolean isRefinable
-
isRetrievable
protected Boolean isRetrievable
-
isSearchable
protected Boolean isSearchable
-
labelsNextLink
protected String labelsNextLink
-
name
protected String name
-
type
protected PropertyType type
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAliases
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases()
-
getAliases
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLabels
public com.github.davidmoten.odata.client.CollectionPage<Label> getLabels()
-
getLabels
public com.github.davidmoten.odata.client.CollectionPage<Label> getLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getType
public Optional<PropertyType> getType()
-
withType
public Property withType(PropertyType type)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static Property.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-