Uses of Class
com.okta.sdk.resource.model.ListProfileMappings
Packages that use ListProfileMappings
-
Uses of ListProfileMappings in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return types with arguments of type ListProfileMappingsModifier and TypeMethodDescriptionProfileMappingApi.listProfileMappings
(String after, Integer limit, String sourceId, String targetId) List all Profile Mappings Lists all profile mappings in your organization with [pagination](https://developer.okta.com/docs/api/#pagination).ProfileMappingApi.listProfileMappings
(String after, Integer limit, String sourceId, String targetId, Map<String, String> additionalHeaders) List all Profile Mappings Lists all profile mappings in your organization with [pagination](https://developer.okta.com/docs/api/#pagination). -
Uses of ListProfileMappings in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ListProfileMappingsModifier and TypeMethodDescriptionListProfileMappings.source
(ProfileMappingSource source) ListProfileMappings.target
(ProfileMappingTarget target)