Class DeleteIdpSettingsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 provider-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getClientIds
public Set<String> getClientIds()
Ids of the associated clients- Returns:
- Ids of the associated clients
-
setClientIds
public void setClientIds(Set<String> clientIds)
Ids of the associated clients- Parameters:
clientIds
- Ids of the associated clients
-
getIdentityProviderId
public Integer getIdentityProviderId()
Id of the identity provider- Returns:
- Id of the identity provider
-
setIdentityProviderId
public void setIdentityProviderId(Integer identityProviderId)
Id of the identity provider- Parameters:
identityProviderId
- Id of the identity provider
-
-