Package com.dropbox.core.v2.teamlog
Class GroupLogInfo.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
- Enclosing class:
GroupLogInfo
Builder for
GroupLogInfo.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofGroupLogInfoconfigured with this builder's valueswithExternalId(String externalId) Set value for optional field.withGroupId(String groupId) Set value for optional field.
-
Field Details
-
displayName
-
groupId
-
externalId
-
-
Constructor Details
-
Builder
-
-
Method Details
-
withGroupId
Set value for optional field.- Parameters:
groupId- The unique id of this group.- Returns:
- this builder
-
withExternalId
Set value for optional field.- Parameters:
externalId- External group ID.- Returns:
- this builder
-
build
Builds an instance ofGroupLogInfoconfigured with this builder's values- Returns:
- new instance of
GroupLogInfo
-