Package com.dropbox.core.v2.team
Class SharingAllowlistRemoveBuilder
- java.lang.Object
-
- com.dropbox.core.v2.team.SharingAllowlistRemoveBuilder
-
public class SharingAllowlistRemoveBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.sharingAllowlistRemoveBuilder().Use this class to set optional request parameters and complete the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharingAllowlistRemoveResponsestart()Issues the request.SharingAllowlistRemoveBuilderwithDomains(java.util.List<java.lang.String> domains)Set value for optional field.SharingAllowlistRemoveBuilderwithEmails(java.util.List<java.lang.String> emails)Set value for optional field.
-
-
-
Method Detail
-
withDomains
public SharingAllowlistRemoveBuilder withDomains(java.util.List<java.lang.String> domains)
Set value for optional field.- Parameters:
domains- List of domains represented by valid string representation (RFC-1034/5). Must not contain anullitem.- Returns:
- this builder
- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
withEmails
public SharingAllowlistRemoveBuilder withEmails(java.util.List<java.lang.String> emails)
Set value for optional field.- Parameters:
emails- List of emails represented by valid string representation (RFC-5322/822). Must not contain anullitem.- Returns:
- this builder
- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
start
public SharingAllowlistRemoveResponse start() throws SharingAllowlistRemoveErrorException, DbxException
Issues the request.
-
-