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 SummaryFields Modifier and Type Field Description protected java.lang.StringdisplayNameprotected java.lang.StringexternalIdprotected java.lang.StringgroupId
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder(java.lang.String displayName)
 - 
Method SummaryAll 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- 
withGroupIdpublic GroupLogInfo.Builder withGroupId(java.lang.String groupId) Set value for optional field.- Parameters:
- groupId- The unique id of this group.
- Returns:
- this builder
 
 - 
withExternalIdpublic GroupLogInfo.Builder withExternalId(java.lang.String externalId) Set value for optional field.- Parameters:
- externalId- External group ID.
- Returns:
- this builder
 
 - 
buildpublic GroupLogInfo build() Builds an instance ofGroupLogInfoconfigured with this builder's values- Returns:
- new instance of GroupLogInfo
 
 
- 
 
-