Builder for the ShareOpenGraphAction interface.
확장: | Builder |
패키지: | model |
setActionType(String)
Sets the type for the action.
public Builder setActionType(String actionType)
매개변수 | 설명 |
---|---|
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)
매개변수 | 설명 |
---|---|
model | The source ShareModel |
readFrom(Parcel)
Reads the values from a parcel into the builder. The parcel must have packaged an instance of the ShareModel that came from the same type of builder.
public ShareModelBuilder readFrom(Parcel parcel)
매개변수 | 설명 |
---|---|
parcel | The Parcel that contains the ShareModel. |
readFrom(Parcel)
public Builder readFrom(Parcel parcel)
매개변수 | 설명 |
---|---|
parcel |