public enum EndpointPayloadType extends Enum<EndpointPayloadType>
| Enum Constant and Description |
|---|
ANY
Any payload type can be used with this endpoint, it is either a payload agnostic infrastructure (such as a storage repository), or some other type of endpoint where payload considerations are internally handled, and not available
|
NONE
This endpoint does not require any content to be sent; simply connecting to the endpoint is enough notification.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointPayloadType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EndpointPayloadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointPayloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointPayloadType ANY
public static final EndpointPayloadType NONE
public static final EndpointPayloadType NULL
public static EndpointPayloadType[] values()
for (EndpointPayloadType c : EndpointPayloadType.values()) System.out.println(c);
public static EndpointPayloadType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EndpointPayloadType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.