Class MicrosoftGraphRemoteItem
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRemoteItem
remoteItem.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphRemoteItem class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: remoteItem.Get the createdBy property: identitySet.Get the createdDateTime property: Date and time of item creation.file()Get the file property: file.Get the fileSystemInfo property: fileSystemInfo.folder()Get the folder property: folder.id()Get the id property: Unique identifier for the remote item in its drive.image()Get the image property: image.Get the lastModifiedBy property: identitySet.Get the lastModifiedDateTime property: Date and time the item was last modified.name()Get the name property: Optional.Get the packageProperty property: package.Get the parentReference property: itemReference.shared()Get the shared property: shared.Get the sharepointIds property: sharepointIds.size()Get the size property: Size of the remote item.Get the specialFolder property: specialFolder.voidvalidate()Validates the instance.video()Get the video property: video.Get the webDavUrl property: DAV compatible URL for the item.webUrl()Get the webUrl property: URL that displays the resource in the browser.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: remoteItem.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.withFile(MicrosoftGraphFile file) Set the file property: file.withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo) Set the fileSystemInfo property: fileSystemInfo.withFolder(MicrosoftGraphFolder folder) Set the folder property: folder.Set the id property: Unique identifier for the remote item in its drive.withImage(MicrosoftGraphImage image) Set the image property: image.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.Set the name property: Optional.withPackageProperty(MicrosoftGraphPackage packageProperty) Set the packageProperty property: package.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.withShared(MicrosoftGraphShared shared) Set the shared property: shared.withSharepointIds(MicrosoftGraphSharepointIds sharepointIds) Set the sharepointIds property: sharepointIds.Set the size property: Size of the remote item.withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder) Set the specialFolder property: specialFolder.withVideo(MicrosoftGraphVideo video) Set the video property: video.withWebDavUrl(String webDavUrl) Set the webDavUrl property: DAV compatible URL for the item.withWebUrl(String webUrl) Set the webUrl property: URL that displays the resource in the browser.
-
Constructor Details
-
MicrosoftGraphRemoteItem
public MicrosoftGraphRemoteItem()Creates an instance of MicrosoftGraphRemoteItem class.
-
-
Method Details
-
createdBy
Get the createdBy property: identitySet.- Returns:
- the createdBy value.
-
withCreatedBy
Set the createdBy property: identitySet.- Parameters:
createdBy- the createdBy value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
createdDateTime
Get the createdDateTime property: Date and time of item creation. Read-only.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
Set the createdDateTime property: Date and time of item creation. Read-only.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
file
Get the file property: file.- Returns:
- the file value.
-
withFile
Set the file property: file.- Parameters:
file- the file value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
fileSystemInfo
Get the fileSystemInfo property: fileSystemInfo.- Returns:
- the fileSystemInfo value.
-
withFileSystemInfo
Set the fileSystemInfo property: fileSystemInfo.- Parameters:
fileSystemInfo- the fileSystemInfo value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
folder
Get the folder property: folder.- Returns:
- the folder value.
-
withFolder
Set the folder property: folder.- Parameters:
folder- the folder value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
id
Get the id property: Unique identifier for the remote item in its drive. Read-only.- Returns:
- the id value.
-
withId
Set the id property: Unique identifier for the remote item in its drive. Read-only.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
image
Get the image property: image.- Returns:
- the image value.
-
withImage
Set the image property: image.- Parameters:
image- the image value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
lastModifiedBy
Get the lastModifiedBy property: identitySet.- Returns:
- the lastModifiedBy value.
-
withLastModifiedBy
Set the lastModifiedBy property: identitySet.- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
lastModifiedDateTime
Get the lastModifiedDateTime property: Date and time the item was last modified. Read-only.- Returns:
- the lastModifiedDateTime value.
-
withLastModifiedDateTime
Set the lastModifiedDateTime property: Date and time the item was last modified. Read-only.- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
name
Get the name property: Optional. Filename of the remote item. Read-only.- Returns:
- the name value.
-
withName
Set the name property: Optional. Filename of the remote item. Read-only.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
packageProperty
Get the packageProperty property: package.- Returns:
- the packageProperty value.
-
withPackageProperty
Set the packageProperty property: package.- Parameters:
packageProperty- the packageProperty value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
parentReference
Get the parentReference property: itemReference.- Returns:
- the parentReference value.
-
withParentReference
Set the parentReference property: itemReference.- Parameters:
parentReference- the parentReference value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
size
Get the size property: Size of the remote item. Read-only.- Returns:
- the size value.
-
withSize
Set the size property: Size of the remote item. Read-only.- Parameters:
size- the size value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
specialFolder
Get the specialFolder property: specialFolder.- Returns:
- the specialFolder value.
-
withSpecialFolder
Set the specialFolder property: specialFolder.- Parameters:
specialFolder- the specialFolder value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
video
Get the video property: video.- Returns:
- the video value.
-
withVideo
Set the video property: video.- Parameters:
video- the video value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
webDavUrl
Get the webDavUrl property: DAV compatible URL for the item.- Returns:
- the webDavUrl value.
-
withWebDavUrl
Set the webDavUrl property: DAV compatible URL for the item.- Parameters:
webDavUrl- the webDavUrl value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
webUrl
Get the webUrl property: URL that displays the resource in the browser. Read-only.- Returns:
- the webUrl value.
-
withWebUrl
Set the webUrl property: URL that displays the resource in the browser. Read-only.- Parameters:
webUrl- the webUrl value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
additionalProperties
Get the additionalProperties property: remoteItem.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: remoteItem.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphRemoteItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-