Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder , com.facebook.share.model.ShareModelBuilder


public final class AppGroupCreationContent.Builder
 implements ShareModelBuilder<AppGroupCreationContent, AppGroupCreationContent.Builder>
                    
Builder class for a concrete instance of AppGroupCreationContent
Constructor Summary
ConstructorDescription
AppGroupCreationContent.Builder()
Method Summary
Modifier and TypeMethodDescription
final AppGroupCreationContent.BuildersetName(String name) Sets the name of the group that will be created.
final AppGroupCreationContent.BuildersetDescription(String description) Sets the description of the group that will be created.
final AppGroupCreationContent.BuildersetAppGroupPrivacy(AppGroupCreationContent.AppGroupPrivacy appGroupPrivacy) Sets the privacy for the group that will be created
AppGroupCreationContentbuild() Builds the object.
AppGroupCreationContent.BuilderreadFrom(AppGroupCreationContent content) Reads the values from a ShareModel into the builder.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

AppGroupCreationContent.Builder

AppGroupCreationContent.Builder()
Method Detail

setName

 final AppGroupCreationContent.BuildersetName(String name)
Sets the name of the group that will be created.
Parameters:
name - name of the group

setDescription

 final AppGroupCreationContent.BuildersetDescription(String description)
Sets the description of the group that will be created.
Parameters:
description - the description

setAppGroupPrivacy

 final AppGroupCreationContent.BuildersetAppGroupPrivacy(AppGroupCreationContent.AppGroupPrivacy appGroupPrivacy)
Sets the privacy for the group that will be created
Parameters:
appGroupPrivacy - privacy of the group

build

AppGroupCreationContentbuild()
Builds the object.

readFrom

AppGroupCreationContent.BuilderreadFrom(AppGroupCreationContent content)
Reads the values from a ShareModel into the builder.
Parameters:
content - The source ShareModel