Class CheckIManageCredentialResultJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CheckIManageCredentialResultJson
All Implemented Interfaces:
Serializable

public class CheckIManageCredentialResultJson
extends BaseJson
Result of checking IManage Credential
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getHasValidCredential

      public Boolean getHasValidCredential()
      hasValidCredential as Boolean. It is true if the imanage credential exists and is valid.
      Returns:
      hasValidCredential as Boolean. It is true if the imanage credential exists and is valid.
    • setHasValidCredential

      public void setHasValidCredential​(Boolean hasValidCredential)
      hasValidCredential as Boolean. It is true if the imanage credential exists and is valid.
      Parameters:
      hasValidCredential - hasValidCredential as Boolean. It is true if the imanage credential exists and is valid.