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 Summary
Constructors Constructor Description AddOrganizationSystemAccountsIdpResponseJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getIdentityProviderId()
Id of the new identity providerString
getIdentityProviderName()
Name of the new identity providervoid
setIdentityProviderId(Integer identityProviderId)
Id of the new identity providervoid
setIdentityProviderName(String identityProviderName)
Name of the new identity provider-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
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
-
-