Interface HttpOperations


  • public interface HttpOperations
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS DELETE  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS GET  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS HEAD  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS OPTIONS  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS PATCH  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS POST  
      static com.babylonhealth.lit.hl7.HTTP_OPERATIONS PUT  
    • 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