你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphLookupColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphLookupColumn
- com.
Implements
public final class MicrosoftGraphLookupColumn
implements JsonSerializable<MicrosoftGraphLookupColumn>
lookupColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphLookupColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
allowMultipleValues()
Get the allow |
Boolean |
allowUnlimitedLength()
Get the allow |
String |
columnName()
Get the column |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
listId()
Get the list |
String |
primaryLookupColumnId()
Get the primary |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAllowMultipleValues(Boolean allowMultipleValues)
Set the allow |
Microsoft |
withAllowUnlimitedLength(Boolean allowUnlimitedLength)
Set the allow |
Microsoft |
withColumnName(String columnName)
Set the column |
Microsoft |
withListId(String listId)
Set the list |
Microsoft |
withPrimaryLookupColumnId(String primaryLookupColumnId)
Set the primary |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphLookupColumn
public MicrosoftGraphLookupColumn()
Creates an instance of MicrosoftGraphLookupColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: lookupColumn.
Returns:
allowMultipleValues
public Boolean allowMultipleValues()
Get the allowMultipleValues property: Indicates whether multiple values can be selected from the source.
Returns:
allowUnlimitedLength
public Boolean allowUnlimitedLength()
Get the allowUnlimitedLength property: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
Returns:
columnName
public String columnName()
Get the columnName property: The name of the lookup source column.
Returns:
fromJson
public static MicrosoftGraphLookupColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphLookupColumn from the JsonReader.
Parameters:
Returns:
Throws:
listId
public String listId()
Get the listId property: The unique identifier of the lookup source list.
Returns:
primaryLookupColumnId
public String primaryLookupColumnId()
Get the primaryLookupColumnId property: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphLookupColumn withAdditionalProperties(Map
Set the additionalProperties property: lookupColumn.
Parameters:
Returns:
withAllowMultipleValues
public MicrosoftGraphLookupColumn withAllowMultipleValues(Boolean allowMultipleValues)
Set the allowMultipleValues property: Indicates whether multiple values can be selected from the source.
Parameters:
Returns:
withAllowUnlimitedLength
public MicrosoftGraphLookupColumn withAllowUnlimitedLength(Boolean allowUnlimitedLength)
Set the allowUnlimitedLength property: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
Parameters:
Returns:
withColumnName
public MicrosoftGraphLookupColumn withColumnName(String columnName)
Set the columnName property: The name of the lookup source column.
Parameters:
Returns:
withListId
public MicrosoftGraphLookupColumn withListId(String listId)
Set the listId property: The unique identifier of the lookup source list.
Parameters:
Returns:
withPrimaryLookupColumnId
public MicrosoftGraphLookupColumn withPrimaryLookupColumnId(String primaryLookupColumnId)
Set the primaryLookupColumnId property: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
Parameters:
Returns: