Uses of Class
org.openapitools.client.model.ListProfileMappings
Packages that use ListProfileMappings
-
Uses of ListProfileMappings in org.openapitools.client.api
Methods in org.openapitools.client.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 org.openapitools.client.model
Methods in org.openapitools.client.model that return ListProfileMappingsModifier and TypeMethodDescriptionListProfileMappings.source(ProfileMappingSource source) ListProfileMappings.target(ProfileMappingTarget target)