Package com.dropbox.core.v2.team
Class SharingAllowlistListResponse.Builder
java.lang.Object
com.dropbox.core.v2.team.SharingAllowlistListResponse.Builder
- Enclosing class:
SharingAllowlistListResponse
Builder for
SharingAllowlistListResponse.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSharingAllowlistListResponseconfigured with this builder's valueswithCursor(String cursor) Set value for optional field.withHasMore(Boolean hasMore) Set value for optional field.
-
Field Details
-
domains
-
emails
-
cursor
-
hasMore
protected boolean hasMore
-
-
Constructor Details
-
Builder
-
-
Method Details
-
withCursor
Set value for optional field.If left unset or set to
null, defaults to"".- Parameters:
cursor- If this is nonempty, there are more entries that can be fetched withDbxTeamTeamRequests.sharingAllowlistListContinue(String). Must not benull. Defaults to""when set tonull.- Returns:
- this builder
- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
withHasMore
Set value for optional field.If left unset or set to
null, defaults tofalse.- Parameters:
hasMore- if true indicates that more entries can be fetched withDbxTeamTeamRequests.sharingAllowlistListContinue(String). Defaults tofalsewhen set tonull.- Returns:
- this builder
-
build
Builds an instance ofSharingAllowlistListResponseconfigured with this builder's values- Returns:
- new instance of
SharingAllowlistListResponse
-