Group.Builder | 
Group.Builder.active(Boolean active) | 
 Indicates whether the record for the group is available for use or is merely being retained for historical purposes. 
 | 
Group.Builder | 
Group.Builder.actual(Boolean actual) | 
 If true, indicates that the resource refers to a specific group of real individuals. 
 | 
static Group.Builder | 
Group.builder() | 
  | 
Group.Builder | 
Group.Builder.characteristic(Group.Characteristic... characteristic) | 
 Identifies traits whose presence r absence is shared by members of the group. 
 | 
Group.Builder | 
Group.Builder.characteristic(Collection<Group.Characteristic> characteristic) | 
 Identifies traits whose presence r absence is shared by members of the group. 
 | 
Group.Builder | 
Group.Builder.code(CodeableConcept code) | 
 Provides a specific type of resource the group includes; e.g. 
 | 
Group.Builder | 
Group.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Group.Builder | 
Group.Builder.contained(Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Group.Builder | 
Group.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Group.Builder | 
Group.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Group.Builder | 
Group.Builder.from(Group group) | 
  | 
Group.Builder | 
Group.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Group.Builder | 
Group.Builder.identifier(Identifier... identifier) | 
 A unique business identifier for this group. 
 | 
Group.Builder | 
Group.Builder.identifier(Collection<Identifier> identifier) | 
 A unique business identifier for this group. 
 | 
Group.Builder | 
Group.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
Group.Builder | 
Group.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Group.Builder | 
Group.Builder.managingEntity(Reference managingEntity) | 
 Entity responsible for defining and maintaining Group characteristics and/or registered members. 
 | 
Group.Builder | 
Group.Builder.member(Group.Member... member) | 
 Identifies the resource instances that are members of the group. 
 | 
Group.Builder | 
Group.Builder.member(Collection<Group.Member> member) | 
 Identifies the resource instances that are members of the group. 
 | 
Group.Builder | 
Group.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Group.Builder | 
Group.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Group.Builder | 
Group.Builder.modifierExtension(Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Group.Builder | 
Group.Builder.name(String name) | 
 A label assigned to the group for human identification and communication. 
 | 
Group.Builder | 
Group.Builder.quantity(UnsignedInt quantity) | 
 A count of the number of resource instances that are part of the group. 
 | 
Group.Builder | 
Group.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
Group.Builder | 
Group.toBuilder() | 
  | 
Group.Builder | 
Group.Builder.type(GroupType type) | 
 Identifies the broad classification of the kind of resources the group includes. 
 |