public class Property
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
aliases
The Aliases.
|
java.lang.Boolean |
isQueryable
The Is Queryable.
|
java.lang.Boolean |
isRefinable
The Is Refinable.
|
java.lang.Boolean |
isRetrievable
The Is Retrievable.
|
java.lang.Boolean |
isSearchable
The Is Searchable.
|
java.util.List<Label> |
labels
The Labels.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
PropertyType |
type
The Type.
|
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="aliases",
alternate="Aliases")
@Expose
@Nullable
public java.util.List<java.lang.String> aliases
@SerializedName(value="isQueryable",
alternate="IsQueryable")
@Expose
@Nullable
public java.lang.Boolean isQueryable
@SerializedName(value="isRefinable",
alternate="IsRefinable")
@Expose
@Nullable
public java.lang.Boolean isRefinable
@SerializedName(value="isRetrievable",
alternate="IsRetrievable")
@Expose
@Nullable
public java.lang.Boolean isRetrievable
@SerializedName(value="isSearchable",
alternate="IsSearchable")
@Expose
@Nullable
public java.lang.Boolean isSearchable
@SerializedName(value="labels",
alternate="Labels")
@Expose
@Nullable
public java.util.List<Label> labels
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="type",
alternate="Type")
@Expose
@Nullable
public PropertyType type
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to