Uses of Class
de.captaingoldfish.scim.sdk.client.resources.ResourceType.SchemaExtensions
Packages that use ResourceType.SchemaExtensions
-
Uses of ResourceType.SchemaExtensions in de.captaingoldfish.scim.sdk.client.resources
Methods in de.captaingoldfish.scim.sdk.client.resources that return ResourceType.SchemaExtensionsMethods in de.captaingoldfish.scim.sdk.client.resources that return types with arguments of type ResourceType.SchemaExtensionsModifier and TypeMethodDescriptionResourceType.getSchemaExtensions()A list of URIs of the resource type's schema extensions.Method parameters in de.captaingoldfish.scim.sdk.client.resources with type arguments of type ResourceType.SchemaExtensionsModifier and TypeMethodDescriptionResourceType.ResourceTypeBuilder.schemaExtensions(List<ResourceType.SchemaExtensions> schemaExtensions) voidResourceType.setSchemaExtensions(List<ResourceType.SchemaExtensions> schemaExtensions) A list of URIs of the resource type's schema extensions.Constructor parameters in de.captaingoldfish.scim.sdk.client.resources with type arguments of type ResourceType.SchemaExtensionsModifierConstructorDescriptionResourceType(String id, Meta meta, String name, String description, String endpoint, String schema, List<ResourceType.SchemaExtensions> schemaExtensions)