Class ApprovalResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ApprovalResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Result of approval.
    • Constructor Summary

      Constructors 
      Constructor Description
      ApprovalResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isAllowRequest()
      Gets the allowRequest.
      java.lang.Boolean isChanged()
      Gets the changed.
      java.lang.Boolean isIbm()
      Gets the ibm.
      java.lang.Boolean isXPublic()
      Gets the xPublic.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ApprovalResult

        public ApprovalResult()
    • Method Detail

      • isAllowRequest

        public java.lang.Boolean isAllowRequest()
        Gets the allowRequest. Allowed to request to publish.
        Returns:
        the allowRequest
      • isIbm

        public java.lang.Boolean isIbm()
        Gets the ibm. Visible to IBM.
        Returns:
        the ibm
      • isXPublic

        public java.lang.Boolean isXPublic()
        Gets the xPublic. Visible to everyone.
        Returns:
        the xPublic
      • isChanged

        public java.lang.Boolean isChanged()
        Gets the changed. Denotes whether approval has changed.
        Returns:
        the changed