MicrosoftGraphRemoteItem Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRemoteItem
- com.
Implements
public final class MicrosoftGraphRemoteItem
implements JsonSerializable<MicrosoftGraphRemoteItem>
remoteItem.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphRemoteItem() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
createdBy()
Get the created |
Offset |
createdDateTime()
Get the created |
Microsoft |
file()
Get the file property: file. |
Microsoft |
fileSystemInfo()
Get the file |
Microsoft |
folder()
Get the folder property: folder. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
id()
Get the id property: Unique identifier for the remote item in its drive. |
Microsoft |
image()
Get the image property: image. |
Microsoft |
lastModifiedBy()
Get the last |
Offset |
lastModifiedDateTime()
Get the last |
String |
name()
Get the name property: Optional. |
Microsoft |
packageProperty()
Get the package |
Microsoft |
parentReference()
Get the parent |
Microsoft |
shared()
Get the shared property: shared. |
Microsoft |
sharepointIds()
Get the sharepoint |
Long |
size()
Get the size property: Size of the remote item. |
Microsoft |
specialFolder()
Get the special |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
video()
Get the video property: video. |
String |
webDavUrl()
Get the web |
String |
webUrl()
Get the web |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the created |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withFile(MicrosoftGraphFile file)
Set the file property: file. |
Microsoft |
withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)
Set the file |
Microsoft |
withFolder(MicrosoftGraphFolder folder)
Set the folder property: folder. |
Microsoft |
withId(String id)
Set the id property: Unique identifier for the remote item in its drive. |
Microsoft |
withImage(MicrosoftGraphImage image)
Set the image property: image. |
Microsoft |
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Microsoft |
withName(String name)
Set the name property: Optional. |
Microsoft |
withPackageProperty(MicrosoftGraphPackage packageProperty)
Set the package |
Microsoft |
withParentReference(MicrosoftGraphItemReference parentReference)
Set the parent |
Microsoft |
withShared(MicrosoftGraphShared shared)
Set the shared property: shared. |
Microsoft |
withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepoint |
Microsoft |
withSize(Long size)
Set the size property: Size of the remote item. |
Microsoft |
withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)
Set the special |
Microsoft |
withVideo(MicrosoftGraphVideo video)
Set the video property: video. |
Microsoft |
withWebDavUrl(String webDavUrl)
Set the web |
Microsoft |
withWebUrl(String webUrl)
Set the web |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphRemoteItem
public MicrosoftGraphRemoteItem()
Creates an instance of MicrosoftGraphRemoteItem class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: remoteItem.
Returns:
createdBy
public MicrosoftGraphIdentitySet createdBy()
Get the createdBy property: identitySet.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: Date and time of item creation. Read-only.
Returns:
file
public MicrosoftGraphFile file()
Get the file property: file.
Returns:
fileSystemInfo
public MicrosoftGraphFileSystemInfo fileSystemInfo()
Get the fileSystemInfo property: fileSystemInfo.
Returns:
folder
public MicrosoftGraphFolder folder()
Get the folder property: folder.
Returns:
fromJson
public static MicrosoftGraphRemoteItem fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphRemoteItem from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Unique identifier for the remote item in its drive. Read-only.
Returns:
image
public MicrosoftGraphImage image()
Get the image property: image.
Returns:
lastModifiedBy
public MicrosoftGraphIdentitySet lastModifiedBy()
Get the lastModifiedBy property: identitySet.
Returns:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: Date and time the item was last modified. Read-only.
Returns:
name
public String name()
Get the name property: Optional. Filename of the remote item. Read-only.
Returns:
packageProperty
public MicrosoftGraphPackage packageProperty()
Get the packageProperty property: package.
Returns:
parentReference
public MicrosoftGraphItemReference parentReference()
Get the parentReference property: itemReference.
Returns:
shared
public MicrosoftGraphShared shared()
Get the shared property: shared.
Returns:
sharepointIds
public MicrosoftGraphSharepointIds sharepointIds()
Get the sharepointIds property: sharepointIds.
Returns:
size
public Long size()
Get the size property: Size of the remote item. Read-only.
Returns:
specialFolder
public MicrosoftGraphSpecialFolder specialFolder()
Get the specialFolder property: specialFolder.
Returns:
toJson
validate
public void validate()
Validates the instance.
video
public MicrosoftGraphVideo video()
Get the video property: video.
Returns:
webDavUrl
public String webDavUrl()
Get the webDavUrl property: DAV compatible URL for the item.
Returns:
webUrl
public String webUrl()
Get the webUrl property: URL that displays the resource in the browser. Read-only.
Returns:
withAdditionalProperties
public MicrosoftGraphRemoteItem withAdditionalProperties(Map
Set the additionalProperties property: remoteItem.
Parameters:
Returns:
withCreatedBy
public MicrosoftGraphRemoteItem withCreatedBy(MicrosoftGraphIdentitySet createdBy)
Set the createdBy property: identitySet.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphRemoteItem withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: Date and time of item creation. Read-only.
Parameters:
Returns:
withFile
public MicrosoftGraphRemoteItem withFile(MicrosoftGraphFile file)
Set the file property: file.
Parameters:
Returns:
withFileSystemInfo
public MicrosoftGraphRemoteItem withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)
Set the fileSystemInfo property: fileSystemInfo.
Parameters:
Returns:
withFolder
public MicrosoftGraphRemoteItem withFolder(MicrosoftGraphFolder folder)
Set the folder property: folder.
Parameters:
Returns:
withId
public MicrosoftGraphRemoteItem withId(String id)
Set the id property: Unique identifier for the remote item in its drive. Read-only.
Parameters:
Returns:
withImage
public MicrosoftGraphRemoteItem withImage(MicrosoftGraphImage image)
Set the image property: image.
Parameters:
Returns:
withLastModifiedBy
public MicrosoftGraphRemoteItem withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.
Parameters:
Returns:
withLastModifiedDateTime
public MicrosoftGraphRemoteItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: Date and time the item was last modified. Read-only.
Parameters:
Returns:
withName
public MicrosoftGraphRemoteItem withName(String name)
Set the name property: Optional. Filename of the remote item. Read-only.
Parameters:
Returns:
withPackageProperty
public MicrosoftGraphRemoteItem withPackageProperty(MicrosoftGraphPackage packageProperty)
Set the packageProperty property: package.
Parameters:
Returns:
withParentReference
public MicrosoftGraphRemoteItem withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.
Parameters:
Returns:
withShared
public MicrosoftGraphRemoteItem withShared(MicrosoftGraphShared shared)
Set the shared property: shared.
Parameters:
Returns:
withSharepointIds
public MicrosoftGraphRemoteItem withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepointIds property: sharepointIds.
Parameters:
Returns:
withSize
public MicrosoftGraphRemoteItem withSize(Long size)
Set the size property: Size of the remote item. Read-only.
Parameters:
Returns:
withSpecialFolder
public MicrosoftGraphRemoteItem withSpecialFolder(MicrosoftGraphSpecialFolder specialFolder)
Set the specialFolder property: specialFolder.
Parameters:
Returns:
withVideo
public MicrosoftGraphRemoteItem withVideo(MicrosoftGraphVideo video)
Set the video property: video.
Parameters:
Returns:
withWebDavUrl
public MicrosoftGraphRemoteItem withWebDavUrl(String webDavUrl)
Set the webDavUrl property: DAV compatible URL for the item.
Parameters:
Returns:
withWebUrl
public MicrosoftGraphRemoteItem withWebUrl(String webUrl)
Set the webUrl property: URL that displays the resource in the browser. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java