-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public class ContextCreateContent.Builder implements ShareModelBuilder<ContextCreateContent, ContextCreateContent.Builder>
Builder class for a concrete instance of ContextCreateContent
-
-
Field Summary
Fields Modifier and Type Field Description private StringsuggestedPlayerID
-
Method Summary
Modifier and Type Method Description ContextCreateContent.BuildersetSuggestedPlayerID(@Nullable() String suggestedPlayerID)Sets the string of the id of the suggested player ContextCreateContentbuild()ContextCreateContent.BuilderreadFrom(ContextCreateContent content)-
-
Method Detail
-
setSuggestedPlayerID
ContextCreateContent.Builder setSuggestedPlayerID(@Nullable() String suggestedPlayerID)
Sets the string of the id of the suggested player
- Parameters:
suggestedPlayerID- string of the id of the suggested player
-
build
ContextCreateContent build()
-
readFrom
ContextCreateContent.Builder readFrom(ContextCreateContent content)
-
-
-
-