Uses of Class
com.atlassian.confluence.core.ApiRestEntityFactory.SchemaType
-
Packages that use ApiRestEntityFactory.SchemaType Package Description com.atlassian.confluence.api.impl com.atlassian.confluence.core -
-
Uses of ApiRestEntityFactory.SchemaType in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl with parameters of type ApiRestEntityFactory.SchemaType Modifier and Type Method Description ObjectDefaultApiRestEntityFactory. convertAndEnrich(Object entity, ApiRestEntityFactory.SchemaType schemaType) -
Uses of ApiRestEntityFactory.SchemaType in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ApiRestEntityFactory.SchemaType Modifier and Type Method Description static ApiRestEntityFactory.SchemaTypeApiRestEntityFactory.SchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiRestEntityFactory.SchemaType[]ApiRestEntityFactory.SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.core with parameters of type ApiRestEntityFactory.SchemaType Modifier and Type Method Description ObjectApiRestEntityFactory. convertAndEnrich(Object entity, ApiRestEntityFactory.SchemaType schemaType)Converts the given entity into a RestEntity if the entity has the RestEnrichable annotation or is a PageResponse that contains RestEnrichable entities.
-