Class DowloadFileResponse.Builder

    • Method Detail

      • getResponseStatus

        public ResponseStatus getResponseStatus()
        Gets the value of the 'responseStatus' field.
        Returns:
        The value.
      • setResponseStatus

        public DowloadFileResponse.Builder setResponseStatus​(ResponseStatus value)
        Sets the value of the 'responseStatus' field.
        Parameters:
        value - The value of 'responseStatus'.
        Returns:
        This builder.
      • hasResponseStatus

        public boolean hasResponseStatus()
        Checks whether the 'responseStatus' field has been set.
        Returns:
        True if the 'responseStatus' field has been set, false otherwise.
      • getResponseStatusBuilder

        public ResponseStatus.Builder getResponseStatusBuilder()
        Gets the Builder instance for the 'responseStatus' field and creates one if it doesn't exist yet.
        Returns:
        This builder.
      • setResponseStatusBuilder

        public DowloadFileResponse.Builder setResponseStatusBuilder​(ResponseStatus.Builder value)
        Sets the Builder instance for the 'responseStatus' field
        Parameters:
        value - The builder instance that must be set.
        Returns:
        This builder.
      • hasResponseStatusBuilder

        public boolean hasResponseStatusBuilder()
        Checks whether the 'responseStatus' field has an active Builder instance
        Returns:
        True if the 'responseStatus' field has an active Builder instance
      • clearResponseStatus

        public DowloadFileResponse.Builder clearResponseStatus()
        Clears the value of the 'responseStatus' field.
        Returns:
        This builder.
      • getContent

        public ByteBuffer getContent()
        Gets the value of the 'content' field.
        Returns:
        The value.
      • setContent

        public DowloadFileResponse.Builder setContent​(ByteBuffer value)
        Sets the value of the 'content' field.
        Parameters:
        value - The value of 'content'.
        Returns:
        This builder.
      • hasContent

        public boolean hasContent()
        Checks whether the 'content' field has been set.
        Returns:
        True if the 'content' field has been set, false otherwise.