Package com.dropbox.core.v2.teamlog
Class GroupCreateDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GroupCreateDetails
Created group.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreated group.GroupCreateDetails(Boolean isCompanyManaged, GroupJoinPolicy joinPolicy) Created group. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs company managed group.Group join policy.inthashCode()static GroupCreateDetails.BuilderReturns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
isCompanyManaged
-
joinPolicy
-
-
Constructor Details
-
GroupCreateDetails
Created group.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
isCompanyManaged- Is company managed group.joinPolicy- Group join policy.
-
GroupCreateDetails
public GroupCreateDetails()Created group.The default values for unset fields will be used.
-
-
Method Details
-
getIsCompanyManaged
Is company managed group.- Returns:
- value for this field, or
nullif not present.
-
getJoinPolicy
Group join policy.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-