Class DeleteOrganizationSystemAccountIdpJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 from-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getIdentityProviderId
public Integer getIdentityProviderId()
The identity provider to remove the account from- Returns:
- The identity provider to remove the account from
-
setIdentityProviderId
public void setIdentityProviderId(Integer identityProviderId)
The identity provider to remove the account from- Parameters:
identityProviderId
- The identity provider to remove the account from
-
-