Package com.independentsoft.graph.files
Class DriveItemUploadableProperties
java.lang.Object
com.independentsoft.graph.files.DriveItemUploadableProperties
- All Implemented Interfaces:
ICreatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()voidsetConflictBehavior(ConflictBehavior conflictBehavior)voidsetDescription(String description)voidsetDriveItemSource(DriveItemSource driveItemSource)voidsetFileSize(long fileSize)voidsetFileSystemInfo(FileSystemInfo fileSystemInfo)voidsetMediaSource(DriveItemMediaSource mediaSource)voidConverts this object to its JSON representation for creation.
-
Constructor Details
-
DriveItemUploadableProperties
public DriveItemUploadableProperties() -
DriveItemUploadableProperties
-
-
Method Details
-
toCreateJson
Description copied from interface:ICreatableConverts this object to its JSON representation for creation.This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).
- Specified by:
toCreateJsonin interfaceICreatable- Returns:
- JSON string representation for creating this resource
-
getConflictBehavior
-
setConflictBehavior
-
getDescription
-
setDescription
-
getDriveItemSource
-
setDriveItemSource
-
getFileSize
public long getFileSize() -
setFileSize
public void setFileSize(long fileSize) -
getFileSystemInfo
-
setFileSystemInfo
-
getMediaSource
-
setMediaSource
-
getName
-
setName
-