Uses of Class
com.gentics.contentnode.rest.model.response.ImageLoadResponse
-
Packages that use ImageLoadResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of ImageLoadResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return ImageLoadResponse Modifier and Type Method Description ImageLoadResponse
ImageResource. create(ImageCreateRequest request)
Create a new imageImageLoadResponse
ImageResource. load(String id, boolean update, boolean construct, Integer nodeId, String stagingPackageName)
Load the image with given idImageLoadResponse
ImageResource. rotate(ImageRotateRequest request)
Rotate an image by 90°
-