Class AddOrganizationSystemAccountsIdpResponseJson

  • All Implemented Interfaces:
    Serializable

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

      • AddOrganizationSystemAccountsIdpResponseJson

        public AddOrganizationSystemAccountsIdpResponseJson()
    • Method Detail

      • 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