Class ZosmfHeaders


  • public final class ZosmfHeaders
    extends Object
    z/OSMF Headers info
    Version:
    4.0
    Author:
    Frank Giordano
    • Field Detail

      • X_IBM_JCL_SYMBOL_PARTIAL

        public static final String X_IBM_JCL_SYMBOL_PARTIAL
        Jcl symbol header to be completed by API
        See Also:
        Constant Field Values
      • X_IBM_JOB_MODIFY_VERSION_1

        public static final String X_IBM_JOB_MODIFY_VERSION_1
        If you use this header, delete job API will be asynchronous. This is the default setting, so using this header is not really necessary unless you want to be explicit.
        See Also:
        Constant Field Values
      • X_IBM_JOB_MODIFY_VERSION_2

        public static final String X_IBM_JOB_MODIFY_VERSION_2
        If you use this header, delete job API will be synchronous. But using it may cause problems for some users depending on their maintenance level and configuration.
        See Also:
        Constant Field Values
      • X_IBM_MAX_ITEMS

        public static final String X_IBM_MAX_ITEMS
        This header value specifies the maximum number of items to return. To request that all items be returned, set this header to 0. If you omit this header or specify an incorrect value, up to 1000 items are returned by default.
        See Also:
        Constant Field Values
      • X_IBM_MIGRATED_RECALL_WAIT

        public static final String X_IBM_MIGRATED_RECALL_WAIT
        Data set migrated recall wait
        See Also:
        Constant Field Values
      • X_IBM_MIGRATED_RECALL_NO_WAIT

        public static final String X_IBM_MIGRATED_RECALL_NO_WAIT
        Data set migrated recall no wait
        See Also:
        Constant Field Values
      • X_IBM_MIGRATED_RECALL_ERROR

        public static final String X_IBM_MIGRATED_RECALL_ERROR
        Data set migrated recall error
        See Also:
        Constant Field Values
      • IF_NONE_MATCH

        public static final String IF_NONE_MATCH
        Header to check ETag on read Request returns HTTP 304 if not modified
        See Also:
        Constant Field Values
      • IF_MATCH

        public static final String IF_MATCH
        Header to check ETag on write Request returns HTTP 412 if not matched
        See Also:
        Constant Field Values
      • X_IBM_RESPONSE_TIMEOUT

        public static final String X_IBM_RESPONSE_TIMEOUT
        Header to set response timeout defaults to 30 seconds if not modified
        See Also:
        Constant Field Values
      • X_IBM_RETURN_ETAG

        public static final String X_IBM_RETURN_ETAG
        Header to force return of ETag in response regardless of file size By default Etag is returned only for files smaller than a system determined value (which is at least 8 mb)
        See Also:
        Constant Field Values
      • ACCEPT_ENCODING

        public static final String ACCEPT_ENCODING
        Header that specifies GZIP compression is supported Recent versions of z/OSMF issue a warning if this header is omitted
        See Also:
        Constant Field Values
      • HEADERS

        public static final com.google.common.collect.ListMultimap<String,​String> HEADERS
        Map of headers for quick access