-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public class ContextChooseContent.Builder implements ShareModelBuilder<ContextChooseContent, ContextChooseContent.Builder>
Builder class for a concrete instance of ContextChooseContent
-
-
Method Summary
Modifier and Type Method Description ContextChooseContent.BuildersetFilters(@Nullable() List<String> filters)Sets the set of filters to apply to the context suggestions. ContextChooseContent.BuildersetMaxSize(@Nullable() Integer maxSize)Sets the maximum number of participants that a suggested context should ideally have. ContextChooseContent.BuildersetMinSize(@Nullable() Integer minSize)Sets the minimum number of participants that a suggested context should ideally have. ContextChooseContentbuild()ContextChooseContent.BuilderreadFrom(ContextChooseContent content)-
-
Method Detail
-
setFilters
ContextChooseContent.Builder setFilters(@Nullable() List<String> filters)
Sets the set of filters to apply to the context suggestions.
- Parameters:
filters- the set of filter to apply
-
setMaxSize
ContextChooseContent.Builder setMaxSize(@Nullable() Integer maxSize)
Sets the maximum number of participants that a suggested context should ideally have.
- Parameters:
maxSize- the maximum number of participants
-
setMinSize
ContextChooseContent.Builder setMinSize(@Nullable() Integer minSize)
Sets the minimum number of participants that a suggested context should ideally have.
- Parameters:
minSize- the minimum number of participants
-
build
ContextChooseContent build()
-
readFrom
ContextChooseContent.Builder readFrom(ContextChooseContent content)
-
-
-
-