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
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
-
Constructor Details
-
CheckIManageCredentialResultJson
public CheckIManageCredentialResultJson()
-
-
Method Details
-
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
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.
-