static GraphDefinition.Builder | 
GraphDefinition.builder() | 
  | 
GraphDefinition.Builder | 
GraphDefinition.Builder.contact(ContactDetail... contact) | 
 Contact details to assist a user in finding and communicating with the publisher. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.contact(java.util.Collection<ContactDetail> contact) | 
 Contact details to assist a user in finding and communicating with the publisher. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.date(DateTime date) | 
 The date (and optionally time) when the graph definition was published. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.description(Markdown description) | 
 A free text natural language description of the graph definition from a consumer's perspective. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.experimental(Boolean experimental) | 
 A Boolean value to indicate that this graph definition is authored for testing purposes (or 
 education/evaluation/marketing) and is not intended to be used for genuine usage. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.experimental(java.lang.Boolean experimental) | 
 Convenience method for setting experimental. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
protected GraphDefinition.Builder | 
GraphDefinition.Builder.from(GraphDefinition graphDefinition) | 
  | 
GraphDefinition.Builder | 
GraphDefinition.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.jurisdiction(CodeableConcept... jurisdiction) | 
 A legal or geographic region in which the graph definition is intended to be used. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.jurisdiction(java.util.Collection<CodeableConcept> jurisdiction) | 
 A legal or geographic region in which the graph definition is intended to be used. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.link(GraphDefinition.Link... link) | 
 Links this graph makes rules about. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.link(java.util.Collection<GraphDefinition.Link> link) | 
 Links this graph makes rules about. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.name(String name) | 
 A natural language name identifying the graph definition. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.name(java.lang.String name) | 
 Convenience method for setting name. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.profile(Canonical profile) | 
 The profile that describes the use of the base resource. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.publisher(String publisher) | 
 The name of the organization or individual that published the graph definition. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.publisher(java.lang.String publisher) | 
 Convenience method for setting publisher. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.purpose(Markdown purpose) | 
 Explanation of why this graph definition is needed and why it has been designed as it has. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.start(ResourceType start) | 
 The type of FHIR resource at which instances of this graph start. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.status(PublicationStatus status) | 
 The status of this graph definition. 
 | 
GraphDefinition.Builder | 
GraphDefinition.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. 
 | 
GraphDefinition.Builder | 
GraphDefinition.toBuilder() | 
  | 
GraphDefinition.Builder | 
GraphDefinition.Builder.url(Uri url) | 
 An absolute URI that is used to identify this graph definition when it is referenced in a specification, model, design 
 or an instance; also called its canonical identifier. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.useContext(UsageContext... useContext) | 
 The content was developed with a focus and intent of supporting the contexts that are listed. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.useContext(java.util.Collection<UsageContext> useContext) | 
 The content was developed with a focus and intent of supporting the contexts that are listed. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.version(String version) | 
 The identifier that is used to identify this version of the graph definition when it is referenced in a specification, 
 model, design or instance. 
 | 
GraphDefinition.Builder | 
GraphDefinition.Builder.version(java.lang.String version) | 
 Convenience method for setting version. 
 |