Class ListSystemAccountItemJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListSystemAccountItemJson
- All Implemented Interfaces:
Serializable
public class ListSystemAccountItemJson extends BaseJson
Details about a single system account
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListSystemAccountItemJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDomains()
Integer
getId()
String
getIssuer()
Set<String>
getOrgSystemAccounts()
String
getPublicKey()
SigningAlgorithm
getSigningAlgorithm()
void
setDomains(Set<String> domains)
void
setId(Integer id)
void
setIssuer(String issuer)
void
setOrgSystemAccounts(Set<String> orgSystemAccounts)
void
setPublicKey(String publicKey)
void
setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListSystemAccountItemJson
public ListSystemAccountItemJson()
-
-
Method Details