Package com.dropbox.core.v2.teamlog
Class SfTeamInviteChangeRoleDetails.Builder
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
- 
- Enclosing class:
- SfTeamInviteChangeRoleDetails
 
 public static class SfTeamInviteChangeRoleDetails.Builder extends java.lang.ObjectBuilder forSfTeamInviteChangeRoleDetails.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringnewSharingPermissionprotected java.lang.StringoriginalFolderNameprotected java.lang.StringpreviousSharingPermissionprotected longtargetAssetIndex
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder(long targetAssetIndex, java.lang.String originalFolderName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SfTeamInviteChangeRoleDetailsbuild()Builds an instance ofSfTeamInviteChangeRoleDetailsconfigured with this builder's valuesSfTeamInviteChangeRoleDetails.BuilderwithNewSharingPermission(java.lang.String newSharingPermission)Set value for optional field.SfTeamInviteChangeRoleDetails.BuilderwithPreviousSharingPermission(java.lang.String previousSharingPermission)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withNewSharingPermissionpublic SfTeamInviteChangeRoleDetails.Builder withNewSharingPermission(java.lang.String newSharingPermission) Set value for optional field.- Parameters:
- newSharingPermission- New sharing permission.
- Returns:
- this builder
 
 - 
withPreviousSharingPermissionpublic SfTeamInviteChangeRoleDetails.Builder withPreviousSharingPermission(java.lang.String previousSharingPermission) Set value for optional field.- Parameters:
- previousSharingPermission- Previous sharing permission.
- Returns:
- this builder
 
 - 
buildpublic SfTeamInviteChangeRoleDetails build() Builds an instance ofSfTeamInviteChangeRoleDetailsconfigured with this builder's values- Returns:
- new instance of SfTeamInviteChangeRoleDetails
 
 
- 
 
-