Class WriteParams


  • public class WriteParams
    extends Object
    Parameter container class for Unix System Services (USS) write to file object

    z/OSMF REST API

    Version:
    2.0
    Author:
    Frank Giordano
    • Method Detail

      • getTextContent

        public Optional<String> getTextContent()
        Retrieve textContent value
        Returns:
        textContent value
      • getBinaryContent

        public Optional<byte[]> getBinaryContent()
        Retrieve binaryContent value
        Returns:
        binaryContent value
      • getFileEncoding

        public Optional<String> getFileEncoding()
        Retrieve fileEncoding value
        Returns:
        fileEncoding value
      • isCrlf

        public boolean isCrlf()
        Retrieve crlf value
        Returns:
        crlf value
      • isBinary

        public boolean isBinary()
        Retrieve binary value
        Returns:
        binary value