Class MicrosoftGraphList
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBaseItemInner
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphList
-
public final class MicrosoftGraphList extends MicrosoftGraphBaseItemInner
list.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: list.List<MicrosoftGraphColumnDefinition>columns()Get the columns property: The collection of field definitions for this list.List<MicrosoftGraphContentType>contentTypes()Get the contentTypes property: The collection of content types present in this list.StringdisplayName()Get the displayName property: The displayable title of the list.MicrosoftGraphDrivedrive()Get the drive property: drive.List<MicrosoftGraphListItem>items()Get the items property: All items contained in the list.MicrosoftGraphListInfolist()Get the list property: listInfo.MicrosoftGraphSharepointIdssharepointIds()Get the sharepointIds property: sharepointIds.List<MicrosoftGraphSubscription>subscriptions()Get the subscriptions property: The set of subscriptions on the list.Map<String,Object>system()Get the system property: systemFacet.voidvalidate()Validates the instance.MicrosoftGraphListwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: list.MicrosoftGraphListwithColumns(List<MicrosoftGraphColumnDefinition> columns)Set the columns property: The collection of field definitions for this list.MicrosoftGraphListwithContentTypes(List<MicrosoftGraphContentType> contentTypes)Set the contentTypes property: The collection of content types present in this list.MicrosoftGraphListwithCreatedBy(MicrosoftGraphIdentitySet createdBy)Set the createdBy property: identitySet.MicrosoftGraphListwithCreatedByUser(MicrosoftGraphUserInner createdByUser)Set the createdByUser property: Represents an Azure Active Directory user object.MicrosoftGraphListwithCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: Date and time of item creation.MicrosoftGraphListwithDescription(String description)Set the description property: Provides a user-visible description of the item.MicrosoftGraphListwithDisplayName(String displayName)Set the displayName property: The displayable title of the list.MicrosoftGraphListwithDrive(MicrosoftGraphDrive drive)Set the drive property: drive.MicrosoftGraphListwithEtag(String etag)Set the etag property: ETag for the item.MicrosoftGraphListwithId(String id)Set the id property: Read-only.MicrosoftGraphListwithItems(List<MicrosoftGraphListItem> items)Set the items property: All items contained in the list.MicrosoftGraphListwithLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)Set the lastModifiedBy property: identitySet.MicrosoftGraphListwithLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)Set the lastModifiedByUser property: Represents an Azure Active Directory user object.MicrosoftGraphListwithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Set the lastModifiedDateTime property: Date and time the item was last modified.MicrosoftGraphListwithList(MicrosoftGraphListInfo list)Set the list property: listInfo.MicrosoftGraphListwithName(String name)Set the name property: The name of the item.MicrosoftGraphListwithParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphListwithSharepointIds(MicrosoftGraphSharepointIds sharepointIds)Set the sharepointIds property: sharepointIds.MicrosoftGraphListwithSubscriptions(List<MicrosoftGraphSubscription> subscriptions)Set the subscriptions property: The set of subscriptions on the list.MicrosoftGraphListwithSystem(Map<String,Object> system)Set the system property: systemFacet.MicrosoftGraphListwithWebUrl(String webUrl)Set the webUrl property: URL that displays the resource in the browser.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBaseItemInner
createdBy, createdByUser, createdDateTime, description, etag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: The displayable title of the list.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphList withDisplayName(String displayName)
Set the displayName property: The displayable title of the list.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphList object itself.
-
list
public MicrosoftGraphListInfo list()
Get the list property: listInfo.- Returns:
- the list value.
-
withList
public MicrosoftGraphList withList(MicrosoftGraphListInfo list)
Set the list property: listInfo.- Parameters:
list- the list value to set.- Returns:
- the MicrosoftGraphList object itself.
-
sharepointIds
public MicrosoftGraphSharepointIds sharepointIds()
Get the sharepointIds property: sharepointIds.- Returns:
- the sharepointIds value.
-
withSharepointIds
public MicrosoftGraphList withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepointIds property: sharepointIds.- Parameters:
sharepointIds- the sharepointIds value to set.- Returns:
- the MicrosoftGraphList object itself.
-
system
public Map<String,Object> system()
Get the system property: systemFacet.- Returns:
- the system value.
-
withSystem
public MicrosoftGraphList withSystem(Map<String,Object> system)
Set the system property: systemFacet.- Parameters:
system- the system value to set.- Returns:
- the MicrosoftGraphList object itself.
-
columns
public List<MicrosoftGraphColumnDefinition> columns()
Get the columns property: The collection of field definitions for this list.- Returns:
- the columns value.
-
withColumns
public MicrosoftGraphList withColumns(List<MicrosoftGraphColumnDefinition> columns)
Set the columns property: The collection of field definitions for this list.- Parameters:
columns- the columns value to set.- Returns:
- the MicrosoftGraphList object itself.
-
contentTypes
public List<MicrosoftGraphContentType> contentTypes()
Get the contentTypes property: The collection of content types present in this list.- Returns:
- the contentTypes value.
-
withContentTypes
public MicrosoftGraphList withContentTypes(List<MicrosoftGraphContentType> contentTypes)
Set the contentTypes property: The collection of content types present in this list.- Parameters:
contentTypes- the contentTypes value to set.- Returns:
- the MicrosoftGraphList object itself.
-
drive
public MicrosoftGraphDrive drive()
Get the drive property: drive.- Returns:
- the drive value.
-
withDrive
public MicrosoftGraphList withDrive(MicrosoftGraphDrive drive)
Set the drive property: drive.- Parameters:
drive- the drive value to set.- Returns:
- the MicrosoftGraphList object itself.
-
items
public List<MicrosoftGraphListItem> items()
Get the items property: All items contained in the list.- Returns:
- the items value.
-
withItems
public MicrosoftGraphList withItems(List<MicrosoftGraphListItem> items)
Set the items property: All items contained in the list.- Parameters:
items- the items value to set.- Returns:
- the MicrosoftGraphList object itself.
-
subscriptions
public List<MicrosoftGraphSubscription> subscriptions()
Get the subscriptions property: The set of subscriptions on the list.- Returns:
- the subscriptions value.
-
withSubscriptions
public MicrosoftGraphList withSubscriptions(List<MicrosoftGraphSubscription> subscriptions)
Set the subscriptions property: The set of subscriptions on the list.- Parameters:
subscriptions- the subscriptions value to set.- Returns:
- the MicrosoftGraphList object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: list.- Overrides:
additionalPropertiesin classMicrosoftGraphBaseItemInner- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphList withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: list.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphBaseItemInner- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphList object itself.
-
withCreatedBy
public MicrosoftGraphList withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the createdBy property: identitySet.- Overrides:
withCreatedByin classMicrosoftGraphBaseItemInner- Parameters:
createdBy- the createdBy value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withCreatedDateTime
public MicrosoftGraphList withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Date and time of item creation. Read-only.- Overrides:
withCreatedDateTimein classMicrosoftGraphBaseItemInner- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withDescription
public MicrosoftGraphList withDescription(String description)
Set the description property: Provides a user-visible description of the item. Optional.- Overrides:
withDescriptionin classMicrosoftGraphBaseItemInner- Parameters:
description- the description value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withEtag
public MicrosoftGraphList withEtag(String etag)
Set the etag property: ETag for the item. Read-only.- Overrides:
withEtagin classMicrosoftGraphBaseItemInner- Parameters:
etag- the etag value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withLastModifiedBy
public MicrosoftGraphList withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedByin classMicrosoftGraphBaseItemInner- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withLastModifiedDateTime
public MicrosoftGraphList withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the item was last modified. Read-only.- Overrides:
withLastModifiedDateTimein classMicrosoftGraphBaseItemInner- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withName
public MicrosoftGraphList withName(String name)
Set the name property: The name of the item. Read-write.- Overrides:
withNamein classMicrosoftGraphBaseItemInner- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withParentReference
public MicrosoftGraphList withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.- Overrides:
withParentReferencein classMicrosoftGraphBaseItemInner- Parameters:
parentReference- the parentReference value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withWebUrl
public MicrosoftGraphList withWebUrl(String webUrl)
Set the webUrl property: URL that displays the resource in the browser. Read-only.- Overrides:
withWebUrlin classMicrosoftGraphBaseItemInner- Parameters:
webUrl- the webUrl value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withCreatedByUser
public MicrosoftGraphList withCreatedByUser(MicrosoftGraphUserInner createdByUser)
Set the createdByUser property: Represents an Azure Active Directory user object.- Overrides:
withCreatedByUserin classMicrosoftGraphBaseItemInner- Parameters:
createdByUser- the createdByUser value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withLastModifiedByUser
public MicrosoftGraphList withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser)
Set the lastModifiedByUser property: Represents an Azure Active Directory user object.- Overrides:
withLastModifiedByUserin classMicrosoftGraphBaseItemInner- Parameters:
lastModifiedByUser- the lastModifiedByUser value to set.- Returns:
- the MicrosoftGraphBaseItemInner object itself.
-
withId
public MicrosoftGraphList withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphBaseItemInner- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphBaseItemInner- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-