Class ApprovalResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ApprovalResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ApprovalResult extends com.ibm.cloud.sdk.core.service.model.GenericModelResult of approval.
-
-
Constructor Summary
Constructors Constructor Description ApprovalResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisAllowRequest()Gets the allowRequest.java.lang.BooleanisChanged()Gets the changed.java.lang.BooleanisIbm()Gets the ibm.java.lang.BooleanisXPublic()Gets the xPublic.
-
-
-
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
-
-