Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.SetupActionOperation
Packages that use TestScript.SetupActionOperation
-
Uses of TestScript.SetupActionOperation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.SetupActionOperationModifier and TypeMethodDescriptionTestScript.SetupActionOperation.addRequestHeader(TestScript.SetupActionOperationRequestHeader theValue)Adds a given new value for requestHeader ()TestScript.SetupAction.getOperation()Gets the value(s) for operation ().TestScript.TeardownAction.getOperation()Gets the value(s) for operation ().TestScript.TestAction.getOperation()Gets the value(s) for operation ().TestScript.SetupActionOperation.setAccept(ContentTypeEnum theValue)Sets the value(s) for accept ()TestScript.SetupActionOperation.setAccept(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue)Sets the value(s) for accept ()TestScript.SetupActionOperation.setContentType(ContentTypeEnum theValue)Sets the value(s) for contentType ()TestScript.SetupActionOperation.setContentType(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue)Sets the value(s) for contentType ()TestScript.SetupActionOperation.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()TestScript.SetupActionOperation.setDescription(String theString)Sets the value for description ()TestScript.SetupActionOperation.setDestination(int theInteger)Sets the value for destination ()TestScript.SetupActionOperation.setDestination(ca.uhn.fhir.model.primitive.IntegerDt theValue)Sets the value(s) for destination ()TestScript.SetupActionOperation.setEncodeRequestUrl(boolean theBoolean)Sets the value for encodeRequestUrl ()TestScript.SetupActionOperation.setEncodeRequestUrl(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for encodeRequestUrl ()TestScript.SetupActionOperation.setLabel(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for label ()Sets the value for label ()TestScript.SetupActionOperation.setParams(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for params ()Sets the value for params ()TestScript.SetupActionOperation.setRequestHeader(List<TestScript.SetupActionOperationRequestHeader> theValue)Sets the value(s) for requestHeader ()TestScript.SetupActionOperation.setResource(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for resource ()TestScript.SetupActionOperation.setResource(String theCode)Sets the value for resource ()TestScript.SetupActionOperation.setResponseId(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for responseId ()TestScript.SetupActionOperation.setResponseId(String theId)Sets the value for responseId ()TestScript.SetupActionOperation.setSourceId(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for sourceId ()TestScript.SetupActionOperation.setSourceId(String theId)Sets the value for sourceId ()TestScript.SetupActionOperation.setTargetId(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for targetId ()TestScript.SetupActionOperation.setTargetId(String theId)Sets the value for targetId ()Sets the value(s) for type ()TestScript.SetupActionOperation.setUrl(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for url ()Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.SetupActionOperationModifier and TypeMethodDescriptionTestScript.SetupAction.setOperation(TestScript.SetupActionOperation theValue)Sets the value(s) for operation ()TestScript.TeardownAction.setOperation(TestScript.SetupActionOperation theValue)Sets the value(s) for operation ()TestScript.TestAction.setOperation(TestScript.SetupActionOperation theValue)Sets the value(s) for operation ()