Uses of Class
com.ibm.fhir.model.type.code.RepositoryType
-
Packages that use RepositoryType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of RepositoryType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RepositoryType Modifier and Type Method Description RepositoryTypeMolecularSequence.Repository. getType()Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.Methods in com.ibm.fhir.model.resource with parameters of type RepositoryType Modifier and Type Method Description MolecularSequence.Repository.BuilderMolecularSequence.Repository.Builder. type(RepositoryType type)Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource. -
Uses of RepositoryType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as RepositoryType Modifier and Type Field Description static RepositoryTypeRepositoryType. DIRECTLINKClick and seestatic RepositoryTypeRepositoryType. LOGINResult cannot be access unless an account is logged instatic RepositoryTypeRepositoryType. OAUTHResult need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource)static RepositoryTypeRepositoryType. OPENAPIThe URL is the RESTful or other kind of API that can access to the result.static RepositoryTypeRepositoryType. OTHERSome other complicated or particular way to get resource from URL.Methods in com.ibm.fhir.model.type.code that return RepositoryType Modifier and Type Method Description RepositoryTypeRepositoryType.Builder. build()static RepositoryTypeRepositoryType. of(RepositoryType.ValueSet value)Factory method for creating RepositoryType objects from a passed enum value.static RepositoryTypeRepositoryType. of(String value)Factory method for creating RepositoryType objects from a passed string value.
-