Interface HttpOperations
-
public interface HttpOperations
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.HTTP_OPERATIONSDELETEstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSGETstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSHEADstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSOPTIONSstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSPATCHstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSPOSTstatic com.babylonhealth.lit.hl7.HTTP_OPERATIONSPUT
-
-
-
Field Detail
-
DELETE
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS DELETE
-
GET
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS GET
-
HEAD
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS HEAD
-
OPTIONS
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS OPTIONS
-
PATCH
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS PATCH
-
POST
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS POST
-
PUT
static final com.babylonhealth.lit.hl7.HTTP_OPERATIONS PUT
-
-