Uses of Class
com.blackberry.workspaces.sdk.api.enums.OrgCapabilityType
-
Packages that use OrgCapabilityType Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of OrgCapabilityType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return OrgCapabilityType Modifier and Type Method Description static OrgCapabilityType
OrgCapabilityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrgCapabilityType[]
OrgCapabilityType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrgCapabilityType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type OrgCapabilityType Modifier and Type Method Description Set<OrgCapabilityType>
UserDataJson. getOrgCapabilities()
List of organization capabilitiesMethod parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type OrgCapabilityType Modifier and Type Method Description void
UserDataJson. setOrgCapabilities(Set<OrgCapabilityType> orgCapabilities)
List of organization capabilities
-