Class GetSamlIdpIdJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.GetSamlIdpIdJson
- All Implemented Interfaces:
Serializable
public class GetSamlIdpIdJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GetSamlIdpIdJson()
-
Method Summary
Modifier and Type Method Description String
getEmailAddress()
String
getSubdomain()
void
setEmailAddress(String emailAddress)
void
setSubdomain(String subdomain)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
GetSamlIdpIdJson
public GetSamlIdpIdJson()
-
-
Method Details