Class AddOrganizationSystemAccountsIdpResponseJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddOrganizationSystemAccountsIdpResponseJson
All Implemented Interfaces:
Serializable

public class AddOrganizationSystemAccountsIdpResponseJson
extends BaseJson
Response to adding new system accounts.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getIdentityProviderName

      public String getIdentityProviderName()
      Name of the new identity provider
      Returns:
      Name of the new identity provider
    • setIdentityProviderName

      public void setIdentityProviderName​(String identityProviderName)
      Name of the new identity provider
      Parameters:
      identityProviderName - Name of the new identity provider
    • getIdentityProviderId

      public Integer getIdentityProviderId()
      Id of the new identity provider
      Returns:
      Id of the new identity provider
    • setIdentityProviderId

      public void setIdentityProviderId​(Integer identityProviderId)
      Id of the new identity provider
      Parameters:
      identityProviderId - Id of the new identity provider