Uses of Class
de.captaingoldfish.scim.sdk.client.resources.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in de.captaingoldfish.scim.sdk.client.resources
Methods in de.captaingoldfish.scim.sdk.client.resources that return ResourceTypeMethods in de.captaingoldfish.scim.sdk.client.resources that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionMetaConfiguration.getResourceTypes()The resourceTypes of a SCIM provider that define the supported endpoints at the providerMethod parameters in de.captaingoldfish.scim.sdk.client.resources with type arguments of type ResourceTypeModifier and TypeMethodDescriptionMetaConfiguration.MetaConfigurationBuilder.resourceTypes(List<ResourceType> resourceTypes) voidMetaConfiguration.setResourceTypes(List<ResourceType> resourceTypes) The resourceTypes of a SCIM provider that define the supported endpoints at the providerConstructor parameters in de.captaingoldfish.scim.sdk.client.resources with type arguments of type ResourceTypeModifierConstructorDescriptionMetaConfiguration(ServiceProvider serviceProvider, List<ResourceType> resourceTypes, List<Schema> schemas)