Package org.hl7.fhir.r4.utils.client
Class ResourceAddress.ResourceVersionedIdentifier
java.lang.Object
org.hl7.fhir.r4.utils.client.ResourceAddress.ResourceVersionedIdentifier
- Enclosing class:
ResourceAddress
-
Constructor Summary
ConstructorDescriptionResourceVersionedIdentifier
(String resourceType, String id) ResourceVersionedIdentifier
(String resourceType, String id, String version) ResourceVersionedIdentifier
(String serviceRoot, String resourceType, String id, String version) ResourceVersionedIdentifier
(String serviceRoot, String resourceType, String id, String version, URI resourceLocation) ResourceVersionedIdentifier
(String resourceType, String id, String version, URI resourceLocation) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
protected void
void
setResourceLocation
(URI resourceLocation) void
setResourceType
(String resourceType) void
setServiceRoot
(String serviceRoot) void
setVersion
(String version) protected void
setVersionId
(String version)
-
Constructor Details
-
ResourceVersionedIdentifier
-
ResourceVersionedIdentifier
public ResourceVersionedIdentifier(String resourceType, String id, String version, URI resourceLocation) -
ResourceVersionedIdentifier
public ResourceVersionedIdentifier(String serviceRoot, String resourceType, String id, String version) -
ResourceVersionedIdentifier
-
ResourceVersionedIdentifier
-
-
Method Details
-
getId
-
setId
-
getVersionId
-
setVersionId
-
getResourceType
-
setResourceType
-
getServiceRoot
-
setServiceRoot
-
getResourcePath
-
getVersion
-
setVersion
-
getResourceLocation
-
setResourceLocation
-