Class DeleteOrganizationSystemAccountIdpJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteOrganizationSystemAccountIdpJson
- All Implemented Interfaces:
Serializable
public class DeleteOrganizationSystemAccountIdpJson extends BaseJson
Delete system account from organization.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteOrganizationSystemAccountIdpJson()
-
Method Summary
Modifier and Type Method Description Integer
getIdentityProviderId()
The identity provider to remove the account fromvoid
setIdentityProviderId(Integer identityProviderId)
The identity provider to remove the account fromMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteOrganizationSystemAccountIdpJson
public DeleteOrganizationSystemAccountIdpJson()
-
-
Method Details
-
getIdentityProviderId
The identity provider to remove the account from- Returns:
- The identity provider to remove the account from
-
setIdentityProviderId
The identity provider to remove the account from- Parameters:
identityProviderId
- The identity provider to remove the account from
-