Interface Targets
public interface Targets
Specifies a list of communication targets for FHIR Task resources.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()removeAllByEndpointIdentifierValue(Collection<String> targetEndpointIdentifierValues) Removes targets base on the given endpoint identifier values.Removes targets base on the givenTargets endpoint identifier value.removeByEndpointIdentifierValue(String targetEndpointIdentifierValue) Removes targets base on the given endpoint identifier value.
-
Method Details
-
getEntries
-
removeByEndpointIdentifierValue
-
removeByEndpointIdentifierValue
-
removeAllByEndpointIdentifierValue
Removes targets base on the given endpoint identifier values.- Parameters:
targetEndpointIdentifierValues-- Returns:
- new
Targetsobject
-
isEmpty
boolean isEmpty()- Returns:
trueif the entries list is empty
-