Package com.dropbox.core.v2.teamlog
Class GroupLogInfo.Builder
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
-
- Enclosing class:
- GroupLogInfo
public static class GroupLogInfo.Builder extends java.lang.ObjectBuilder forGroupLogInfo.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdisplayNameprotected java.lang.StringexternalIdprotected java.lang.StringgroupId
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(java.lang.String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupLogInfobuild()Builds an instance ofGroupLogInfoconfigured with this builder's valuesGroupLogInfo.BuilderwithExternalId(java.lang.String externalId)Set value for optional field.GroupLogInfo.BuilderwithGroupId(java.lang.String groupId)Set value for optional field.
-
-
-
Method Detail
-
withGroupId
public GroupLogInfo.Builder withGroupId(java.lang.String groupId)
Set value for optional field.- Parameters:
groupId- The unique id of this group.- Returns:
- this builder
-
withExternalId
public GroupLogInfo.Builder withExternalId(java.lang.String externalId)
Set value for optional field.- Parameters:
externalId- External group ID.- Returns:
- this builder
-
build
public GroupLogInfo build()
Builds an instance ofGroupLogInfoconfigured with this builder's values- Returns:
- new instance of
GroupLogInfo
-
-