Class GetSAMLIdPMetadataJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.GetSAMLIdPMetadataJson
-
- All Implemented Interfaces:
Serializable
public class GetSAMLIdPMetadataJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSAMLIdPMetadataJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-