你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphList Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphBaseItemInner - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphList
- com.
- com.
- com.
public final class MicrosoftGraphList
extends MicrosoftGraphBaseItemInner
list.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphList() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
columns()
Get the columns property: The collection of field definitions for this list. |
List<Microsoft |
contentTypes()
Get the content |
String |
displayName()
Get the display |
Microsoft |
drive()
Get the drive property: drive. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
items()
Get the items property: All items contained in the list. |
Microsoft |
list()
Get the list property: list |
Microsoft |
sharepointIds()
Get the sharepoint |
List<Microsoft |
subscriptions()
Get the subscriptions property: The set of subscriptions on the list. |
Map<String,Object> |
system()
Get the system property: system |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withColumns(List<MicrosoftGraphColumnDefinition> columns)
Set the columns property: The collection of field definitions for this list. |
Microsoft |
withContentTypes(List<MicrosoftGraphContentType> contentTypes)
Set the content |
Microsoft |
withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the created |
Microsoft |
withCreatedByUser(MicrosoftGraphUserInner createdByUser)
Set the created |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withDescription(String description)
Set the description property: Provides a user-visible description of the item. |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withDrive(MicrosoftGraphDrive drive)
Set the drive property: drive. |
Microsoft |
withEtag(String etag)
Set the etag property: ETag for the item. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withItems(List<MicrosoftGraphListItem> items)
Set the items property: All items contained in the list. |
Microsoft |
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the last |
Microsoft |
withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Microsoft |
withList(MicrosoftGraphListInfo list)
Set the list property: list |
Microsoft |
withName(String name)
Set the name property: The name of the item. |
Microsoft |
withParentReference(MicrosoftGraphItemReference parentReference)
Set the parent |
Microsoft |
withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepoint |
Microsoft |
withSubscriptions(List<MicrosoftGraphSubscription> subscriptions)
Set the subscriptions property: The set of subscriptions on the list. |
Microsoft |
withSystem(Map<String,Object> system)
Set the system property: system |
Microsoft |
withWebUrl(String webUrl)
Set the web |
Methods inherited from MicrosoftGraphBaseItemInner
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphList
public MicrosoftGraphList()
Creates an instance of MicrosoftGraphList class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: list.
Overrides:
MicrosoftGraphList.additionalProperties()Returns:
columns
public List
Get the columns property: The collection of field definitions for this list.
Returns:
contentTypes
public List
Get the contentTypes property: The collection of content types present in this list.
Returns:
displayName
public String displayName()
Get the displayName property: The displayable title of the list.
Returns:
drive
public MicrosoftGraphDrive drive()
Get the drive property: drive.
Returns:
fromJson
public static MicrosoftGraphList fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphList from the JsonReader.
Parameters:
Returns:
Throws:
items
public List
Get the items property: All items contained in the list.
Returns:
list
public MicrosoftGraphListInfo list()
Get the list property: listInfo.
Returns:
sharepointIds
public MicrosoftGraphSharepointIds sharepointIds()
Get the sharepointIds property: sharepointIds.
Returns:
subscriptions
public List
Get the subscriptions property: The set of subscriptions on the list.
Returns:
system
public Map
Get the system property: systemFacet.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphList.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphList.validate()withAdditionalProperties
public MicrosoftGraphList withAdditionalProperties(Map
Set the additionalProperties property: list.
Overrides:
MicrosoftGraphList.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withColumns
public MicrosoftGraphList withColumns(List
Set the columns property: The collection of field definitions for this list.
Parameters:
Returns:
withContentTypes
public MicrosoftGraphList withContentTypes(List
Set the contentTypes property: The collection of content types present in this list.
Parameters:
Returns:
withCreatedBy
public MicrosoftGraphList withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the createdBy property: identitySet.
Overrides:
MicrosoftGraphList.withCreatedBy(MicrosoftGraphIdentitySet createdBy)Parameters:
withCreatedByUser
public MicrosoftGraphList withCreatedByUser(MicrosoftGraphUserInner createdByUser)
Set the createdByUser property: Represents an Azure Active Directory user object.
Overrides:
MicrosoftGraphList.withCreatedByUser(MicrosoftGraphUserInner createdByUser)Parameters:
withCreatedDateTime
public MicrosoftGraphList withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Date and time of item creation. Read-only.
Overrides:
MicrosoftGraphList.withCreatedDateTime(OffsetDateTime createdDateTime)Parameters:
withDescription
public MicrosoftGraphList withDescription(String description)
Set the description property: Provides a user-visible description of the item. Optional.
Overrides:
MicrosoftGraphList.withDescription(String description)Parameters:
withDisplayName
public MicrosoftGraphList withDisplayName(String displayName)
Set the displayName property: The displayable title of the list.
Parameters:
Returns:
withDrive
public MicrosoftGraphList withDrive(MicrosoftGraphDrive drive)
Set the drive property: drive.
Parameters:
Returns:
withEtag
public MicrosoftGraphList withEtag(String etag)
Set the etag property: ETag for the item. Read-only.
Overrides:
MicrosoftGraphList.withEtag(String etag)Parameters:
withId
public MicrosoftGraphList withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphList.withId(String id)Parameters:
withItems
public MicrosoftGraphList withItems(List
Set the items property: All items contained in the list.
Parameters:
Returns:
withLastModifiedBy
public MicrosoftGraphList withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.
Overrides:
MicrosoftGraphList.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Parameters:
withLastModifiedByUser
public MicrosoftGraphList withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.
Overrides:
MicrosoftGraphList.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)Parameters:
withLastModifiedDateTime
public MicrosoftGraphList withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the item was last modified. Read-only.
Overrides:
MicrosoftGraphList.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Parameters:
withList
public MicrosoftGraphList withList(MicrosoftGraphListInfo list)
Set the list property: listInfo.
Parameters:
Returns:
withName
public MicrosoftGraphList withName(String name)
Set the name property: The name of the item. Read-write.
Overrides:
MicrosoftGraphList.withName(String name)Parameters:
withParentReference
public MicrosoftGraphList withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.
Overrides:
MicrosoftGraphList.withParentReference(MicrosoftGraphItemReference parentReference)Parameters:
withSharepointIds
public MicrosoftGraphList withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepointIds property: sharepointIds.
Parameters:
Returns:
withSubscriptions
public MicrosoftGraphList withSubscriptions(List
Set the subscriptions property: The set of subscriptions on the list.
Parameters:
Returns:
withSystem
public MicrosoftGraphList withSystem(Map
Set the system property: systemFacet.
Parameters:
Returns:
withWebUrl
public MicrosoftGraphList withWebUrl(String webUrl)
Set the webUrl property: URL that displays the resource in the browser. Read-only.
Overrides:
MicrosoftGraphList.withWebUrl(String webUrl)Parameters: