Builder class for a concrete instance of AppGroupCreationContent
ขยาย: | Object |
การนำไปใช้: | ShareModelBuilder |
แพ็คเกจ: | model |
AppGroupCreationContent.Builder()
public AppGroupCreationContent.Builder()
setName(String)
Sets the name of the group that will be created.
public Builder setName(String name)
พารามิเตอร์ | คำอธิบาย |
---|---|
name | Name of the group |
setDescription(String)
Sets the description of the group that will be created.
public Builder setDescription(String description)
พารามิเตอร์ | คำอธิบาย |
---|---|
description | The description |
setAppGroupPrivacy(AppGroupPrivacy)
Sets the privacy for the group that will be created
public Builder setAppGroupPrivacy(AppGroupPrivacy privacy)
พารามิเตอร์ | คำอธิบาย |
---|---|
privacy | Privacy of the group |
build()
Builds the object.
public Object build()
build()
public AppGroupCreationContent build()
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
พารามิเตอร์ | คำอธิบาย |
---|---|
model | The source ShareModel |
readFrom(AppGroupCreationContent)
public Builder readFrom(AppGroupCreationContent content)
พารามิเตอร์ | คำอธิบาย |
---|---|
content |
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 |