public class LookupColumn
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowMultipleValues
The Allow Multiple Values.
|
java.lang.Boolean |
allowUnlimitedLength
The Allow Unlimited Length.
|
java.lang.String |
columnName
The Column Name.
|
java.lang.String |
listId
The List Id.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
primaryLookupColumnId
The Primary Lookup Column Id.
|
| Constructor and Description |
|---|
LookupColumn() |
| 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="allowMultipleValues",
alternate="AllowMultipleValues")
@Expose
@Nullable
public java.lang.Boolean allowMultipleValues
@SerializedName(value="allowUnlimitedLength",
alternate="AllowUnlimitedLength")
@Expose
@Nullable
public java.lang.Boolean allowUnlimitedLength
@SerializedName(value="columnName",
alternate="ColumnName")
@Expose
@Nullable
public java.lang.String columnName
@SerializedName(value="listId",
alternate="ListId")
@Expose
@Nullable
public java.lang.String listId
@SerializedName(value="primaryLookupColumnId",
alternate="PrimaryLookupColumnId")
@Expose
@Nullable
public java.lang.String primaryLookupColumnId
@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