Uses of Class
com.blackberry.workspaces.sdk.api.enums.OrgRoleType
-
Packages that use OrgRoleType Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of OrgRoleType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return OrgRoleType Modifier and Type Method Description static OrgRoleType
OrgRoleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrgRoleType[]
OrgRoleType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrgRoleType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return OrgRoleType Modifier and Type Method Description OrgRoleType
OrganizationRoleLogRecordJson. getOrgRoleType()
Organization role typeMethods in com.blackberry.workspaces.sdk.api.json with parameters of type OrgRoleType Modifier and Type Method Description void
OrganizationRoleLogRecordJson. setOrgRoleType(OrgRoleType orgRoleType)
Organization role type
-