Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestDelete
Packages that use RestDelete
Package
Description
REST Annotations
- 
Uses of RestDelete in org.apache.juneau.examples.restMethods in org.apache.juneau.examples.rest with annotations of type RestDeleteModifier and TypeMethodDescriptionPhotosResource.deletePhoto(int id) [HTTP DELETE /photos/{id}] DELETE request handler
- 
Uses of RestDelete in org.apache.juneau.microservice.resourcesMethods in org.apache.juneau.microservice.resources with annotations of type RestDeleteModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRootDirectoryResource.deleteFile(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRootLogsResource.deleteFile(String path) 
- 
Uses of RestDelete in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as RestDeleteModifier and TypeFieldDescriptionstatic final RestDeleteRestDeleteAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.rest.annotation that return RestDeleteModifier and TypeMethodDescriptionRestDeleteAnnotation.Builder.build()Instantiates a new@RestDeleteobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestDeleteModifier and TypeMethodDescriptionvoidRestDeleteAnnotation.RestOpContextApply.apply(AnnotationInfo<RestDelete> ai, RestOpContext.Builder b)