Class DeleteIdpSettingsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteIdpSettingsJson
- All Implemented Interfaces:
Serializable
public class DeleteIdpSettingsJson extends BaseJson
A list of IDP settings to remove from the organization.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteIdpSettingsJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getClientIds()
Ids of the associated clientsInteger
getIdentityProviderId()
Id of the identity providervoid
setClientIds(Set<String> clientIds)
Ids of the associated clientsvoid
setIdentityProviderId(Integer identityProviderId)
Id of the identity providerMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteIdpSettingsJson
public DeleteIdpSettingsJson()
-
-
Method Details
-
getClientIds
Ids of the associated clients- Returns:
- Ids of the associated clients
-
setClientIds
Ids of the associated clients- Parameters:
clientIds
- Ids of the associated clients
-
getIdentityProviderId
Id of the identity provider- Returns:
- Id of the identity provider
-
setIdentityProviderId
Id of the identity provider- Parameters:
identityProviderId
- Id of the identity provider
-