com.ibm.commerce.rest.javadoc

Annotation Type InternalHttpMethod



  • @Retention(value=RUNTIME)
    public @interface InternalHttpMethod
    This annotation is used to expose a method in the REST API documentation even though it might not be the entry point method that wink will use to call the API. One use of this annotation is to document the various queries that can be executed in a query URL so that each query will have it's own documentation and it's own list of applicable parameters.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value
      Specifies the name of a HTTP method.
    • Element Detail

      • value

        public abstract java.lang.String value
        Specifies the name of a HTTP method. E.g. "GET".