public static class UpdateFolderByIdRequestBody.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canNonOwnersInvite |
protected Boolean |
canNonOwnersViewCollaborators |
protected List<UpdateFolderByIdRequestBodyCollectionsField> |
collections |
protected String |
description |
protected UpdateFolderByIdRequestBodyFolderUploadEmailField |
folderUploadEmail |
protected Boolean |
isCollaborationRestrictedToEnterprise |
protected String |
name |
protected UpdateFolderByIdRequestBodyParentField |
parent |
protected UpdateFolderByIdRequestBodySharedLinkField |
sharedLink |
protected EnumWrapper<UpdateFolderByIdRequestBodySyncStateField> |
syncState |
protected List<String> |
tags |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String description
protected EnumWrapper<UpdateFolderByIdRequestBodySyncStateField> syncState
protected Boolean canNonOwnersInvite
protected UpdateFolderByIdRequestBodyParentField parent
protected UpdateFolderByIdRequestBodySharedLinkField sharedLink
protected UpdateFolderByIdRequestBodyFolderUploadEmailField folderUploadEmail
protected Boolean isCollaborationRestrictedToEnterprise
protected List<UpdateFolderByIdRequestBodyCollectionsField> collections
protected Boolean canNonOwnersViewCollaborators
public Builder()
public UpdateFolderByIdRequestBody.Builder name(String name)
public UpdateFolderByIdRequestBody.Builder description(String description)
public UpdateFolderByIdRequestBody.Builder syncState(UpdateFolderByIdRequestBodySyncStateField syncState)
public UpdateFolderByIdRequestBody.Builder syncState(EnumWrapper<UpdateFolderByIdRequestBodySyncStateField> syncState)
public UpdateFolderByIdRequestBody.Builder canNonOwnersInvite(Boolean canNonOwnersInvite)
public UpdateFolderByIdRequestBody.Builder parent(UpdateFolderByIdRequestBodyParentField parent)
public UpdateFolderByIdRequestBody.Builder sharedLink(UpdateFolderByIdRequestBodySharedLinkField sharedLink)
public UpdateFolderByIdRequestBody.Builder folderUploadEmail(UpdateFolderByIdRequestBodyFolderUploadEmailField folderUploadEmail)
public UpdateFolderByIdRequestBody.Builder tags(List<String> tags)
public UpdateFolderByIdRequestBody.Builder isCollaborationRestrictedToEnterprise(Boolean isCollaborationRestrictedToEnterprise)
public UpdateFolderByIdRequestBody.Builder collections(List<UpdateFolderByIdRequestBodyCollectionsField> collections)
public UpdateFolderByIdRequestBody.Builder canNonOwnersViewCollaborators(Boolean canNonOwnersViewCollaborators)
public UpdateFolderByIdRequestBody build()