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
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 providerMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddOrganizationSystemAccountsIdpResponseJson
public AddOrganizationSystemAccountsIdpResponseJson()
-
-
Method Details
-
getIdentityProviderName
Name of the new identity provider- Returns:
- Name of the new identity provider
-
setIdentityProviderName
Name of the new identity provider- Parameters:
identityProviderName
- Name of the new identity provider
-
getIdentityProviderId
Id of the new identity provider- Returns:
- Id of the new identity provider
-
setIdentityProviderId
Id of the new identity provider- Parameters:
identityProviderId
- Id of the new identity provider
-