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 Details

  • Method Details

    • 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