Builder for the ShareOpenGraphAction interface.
Extends: | Builder |
Package: | model |
setActionType(String)
Sets the type for the action.
public Builder setActionType(String actionType)
Parameter | Description |
---|---|
actionType | The type for the action. |
build()
Builds the object.
public Object build()
build()
public ShareOpenGraphAction build()
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
Parameter | Description |
---|---|
model | The source ShareModel |