AppointmentResponse.Builder | 
AppointmentResponse.Builder.actor(Reference actor) | 
 A Person, Location, HealthcareService, or Device that is participating in the appointment. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.appointment(Reference appointment) | 
 Appointment that this response is replying to. 
 | 
static AppointmentResponse.Builder | 
AppointmentResponse.builder() | 
  | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.comment(java.lang.String comment) | 
 Convenience method for setting comment. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.comment(String comment) | 
 Additional comments about the appointment. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.contained(java.util.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.end(java.time.ZonedDateTime end) | 
 Convenience method for setting end. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.end(Instant end) | 
 This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new 
 time to request a re-negotiation of the end time. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected AppointmentResponse.Builder | 
AppointmentResponse.Builder.from(AppointmentResponse appointmentResponse) | 
  | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.identifier(java.util.Collection<Identifier> identifier) | 
 This records identifiers associated with this appointment response concern that are defined by business processes and/ 
 or used to refer to it when a direct URL reference to the resource itself is not appropriate. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.identifier(Identifier... identifier) | 
 This records identifiers associated with this appointment response concern that are defined by business processes and/ 
 or used to refer to it when a direct URL reference to the resource itself is not appropriate. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.modifierExtension(java.util.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.participantStatus(ParticipantStatus participantStatus) | 
 Participation status of the participant. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.participantType(java.util.Collection<CodeableConcept> participantType) | 
 Role of participant in the appointment. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.participantType(CodeableConcept... participantType) | 
 Role of participant in the appointment. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.start(java.time.ZonedDateTime start) | 
 Convenience method for setting start. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.Builder.start(Instant start) | 
 Date/Time that the appointment is to take place, or requested new start time. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.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. 
 | 
AppointmentResponse.Builder | 
AppointmentResponse.toBuilder() | 
  |