Class RestConstants


  • public final class RestConstants
    extends Object
    • Field Detail

      • REST_HTTP_QUERY

        @Metadata(label="producer",
                  description="The query parameters for the rest call to be used",
                  javaType="String")
        public static final String REST_HTTP_QUERY
        See Also:
        Constant Field Values
      • REST_HTTP_URI

        @Metadata(label="producer",
                  description="The http uri for the rest call to be used",
                  javaType="String")
        public static final String REST_HTTP_URI
        See Also:
        Constant Field Values
      • HTTP_METHOD

        @Metadata(label="producer",
                  description="The method should be in upper case",
                  javaType="String")
        public static final String HTTP_METHOD
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(label="producer",
                  description="The media type such as: \'text/xml\', or \'application/json\' this REST service returns.",
                  javaType="String")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • ACCEPT

        @Metadata(label="producer",
                  description="The media type such as: \'text/xml\', or \'application/json\' this REST service accepts.",
                  javaType="String")
        public static final String ACCEPT
        See Also:
        Constant Field Values
      • HTTP_RESPONSE_CODE

        @Metadata(label="producer",
                  description="The http response code",
                  javaType="Integer")
        public static final String HTTP_RESPONSE_CODE
        See Also:
        Constant Field Values