Package com.independentsoft.graph.sites
Class DocumentSetVersion
java.lang.Object
com.independentsoft.graph.sites.DocumentSetVersion
- All Implemented Interfaces:
ICreatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanvoidsetComment(String comment)voidsetShouldCaptureMinorVersion(boolean shouldCaptureMinorVersion)Converts this object to its JSON representation for creation.
-
Constructor Details
-
DocumentSetVersion
public DocumentSetVersion() -
DocumentSetVersion
-
-
Method Details
-
getId
-
getCreatedDateTime
-
getCreatedBy
-
getComment
-
setComment
-
isShouldCaptureMinorVersion
public boolean isShouldCaptureMinorVersion() -
setShouldCaptureMinorVersion
public void setShouldCaptureMinorVersion(boolean shouldCaptureMinorVersion) -
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
-