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 Summary
Constructors Constructor Description CheckIManageCredentialResultJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getHasValidCredential()
hasValidCredential as Boolean.void
setHasValidCredential(Boolean hasValidCredential)
hasValidCredential as Boolean.-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
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.
-
-