Uses of Class
com.blackberry.workspaces.api.sdk.json.OrganizationExchangePolicyJson
-
Packages that use OrganizationExchangePolicyJson Package Description com.blackberry.workspaces.api.sdk com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of OrganizationExchangePolicyJson in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk that return OrganizationExchangePolicyJson Modifier and Type Method Description OrganizationExchangePolicyJson
User. getExchangePolicies()
Methods in com.blackberry.workspaces.api.sdk with parameters of type OrganizationExchangePolicyJson Modifier and Type Method Description void
User. setExchangePolicies(OrganizationExchangePolicyJson ExchangePolicies)
-
Uses of OrganizationExchangePolicyJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return OrganizationExchangePolicyJson Modifier and Type Method Description OrganizationExchangePolicyJson
UserAbilitiesJson. getExchangesPolicy()
Exchanges policyMethods in com.blackberry.workspaces.api.sdk.json with parameters of type OrganizationExchangePolicyJson Modifier and Type Method Description void
UserAbilitiesJson. setExchangesPolicy(OrganizationExchangePolicyJson exchangesPolicy)
Exchanges policy -
Uses of OrganizationExchangePolicyJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource that return OrganizationExchangePolicyJson Modifier and Type Method Description OrganizationExchangePolicyJson
Organizations. getExchangePolicyV30()
Gets exchange policy for organization of current user.Methods in com.blackberry.workspaces.api.sdk.resource with parameters of type OrganizationExchangePolicyJson Modifier and Type Method Description BulkOperationResultJson
Organizations. editExchangePolicyV30(OrganizationExchangePolicyJson organizationExchangePolicyJson)
Edits exchange policy for organization of current user.
-