Uses of Class
org.apache.syncope.ext.scimv2.api.type.Resource
-
Packages that use Resource Package Description org.apache.syncope.ext.scimv2.api.data org.apache.syncope.ext.scimv2.api.type -
-
Uses of Resource in org.apache.syncope.ext.scimv2.api.data
Methods in org.apache.syncope.ext.scimv2.api.data that return Resource Modifier and Type Method Description ResourceMeta. getResourceType()Constructors in org.apache.syncope.ext.scimv2.api.data with parameters of type Resource Constructor Description Meta(Resource resourceType, OffsetDateTime created, OffsetDateTime lastModified, String version, String location) -
Uses of Resource in org.apache.syncope.ext.scimv2.api.type
Methods in org.apache.syncope.ext.scimv2.api.type that return Resource Modifier and Type Method Description static ResourceResource. valueOf(String name)Returns the enum constant of this type with the specified name.static Resource[]Resource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-