Class AddOrganizationSystemAccountsIdpJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.AddOrganizationSystemAccountsIdpJson
-
- All Implemented Interfaces:
Serializable
public class AddOrganizationSystemAccountsIdpJson extends BaseJson
Add multiple new system accounts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddOrganizationSystemAccountsIdpJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Set<String>
getDomains()
Names of the domain to useSet<String>
getOrgSystemAccounts()
Names of the system accounts to get or createString
getPublicKey()
The public key to useSigningAlgorithm
getSigningAlgorithm()
void
setDescription(String description)
void
setDomains(Set<String> domains)
Names of the domain to usevoid
setOrgSystemAccounts(Set<String> orgSystemAccounts)
Names of the system accounts to get or createvoid
setPublicKey(String publicKey)
The public key to usevoid
setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getOrgSystemAccounts
public Set<String> getOrgSystemAccounts()
Names of the system accounts to get or create- Returns:
- Names of the system accounts to get or create
-
setOrgSystemAccounts
public void setOrgSystemAccounts(Set<String> orgSystemAccounts)
Names of the system accounts to get or create- Parameters:
orgSystemAccounts
- Names of the system accounts to get or create
-
getSigningAlgorithm
public SigningAlgorithm getSigningAlgorithm()
-
setSigningAlgorithm
public void setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDomains
public Set<String> getDomains()
Names of the domain to use- Returns:
- Names of the domain to use
-
setDomains
public void setDomains(Set<String> domains)
Names of the domain to use- Parameters:
domains
- Names of the domain to use
-
getPublicKey
public String getPublicKey()
The public key to use- Returns:
- The public key to use
-
setPublicKey
public void setPublicKey(String publicKey)
The public key to use- Parameters:
publicKey
- The public key to use
-
-