Class UssChangeTag


  • public class UssChangeTag
    extends Object
    Provides Unix System Services (USS) chtag functionality

    z/OSMF REST API

    Version:
    4.0
    Author:
    James Kostrewski, Frank Giordano
    • Constructor Detail

      • UssChangeTag

        public UssChangeTag​(ZosConnection connection)
        UssChangeTag Constructor
        Parameters:
        connection - connection information, see ZosConnection object
      • UssChangeTag

        public UssChangeTag​(ZosConnection connection,
                            ZosmfRequest request)
        Alternative UssChangeTag constructor with ZoweRequest object. This is mainly used for internal code unit testing with mockito, and it is not recommended to be used by the larger community.
        Parameters:
        connection - connection information, see ZosConnection object
        request - any compatible ZoweRequest Interface object