public final class AppGroupCreationContent extends java.lang.Object implements ShareModel
| Modifier and Type | Class and Description |
|---|---|
static class |
AppGroupCreationContent.AppGroupPrivacy
Specifies the privacy of a group.
|
static class |
AppGroupCreationContent.Builder
Builder class for a concrete instance of AppGroupCreationContent
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AppGroupCreationContent> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
AppGroupCreationContent.AppGroupPrivacy |
getAppGroupPrivacy()
Gets the privacy for the group that will be created
|
java.lang.String |
getDescription()
Gets the description of the group that will be created.
|
java.lang.String |
getName()
Gets the name of the group that will be created.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<AppGroupCreationContent> CREATOR
public java.lang.String getName()
public java.lang.String getDescription()
public AppGroupCreationContent.AppGroupPrivacy getAppGroupPrivacy()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelable