Uses of Class
org.apache.juneau.rest.annotation.RestDeleteAnnotation.Builder
Packages that use RestDeleteAnnotation.Builder
- 
Uses of RestDeleteAnnotation.Builder in org.apache.juneau.rest.annotationMethods in org.apache.juneau.rest.annotation that return RestDeleteAnnotation.BuilderModifier and TypeMethodDescriptionRestDeleteAnnotation.Builder.clientVersion(String value) Sets theRestDelete.clientVersion()property on this annotation.static RestDeleteAnnotation.BuilderRestDeleteAnnotation.create()Instantiates a new builder for this class.Sets theRestDelete.debug()property on this annotation.RestDeleteAnnotation.Builder.defaultAccept(String value) Sets theRestDelete.defaultAccept()property on this annotation.RestDeleteAnnotation.Builder.defaultCharset(String value) Sets theRestDelete.defaultCharset()property on this annotation.RestDeleteAnnotation.Builder.defaultRequestAttributes(String... value) Sets theRestDelete.defaultRequestAttributes()property on this annotation.RestDeleteAnnotation.Builder.defaultRequestHeaders(String... value) Sets theRestDelete.defaultRequestHeaders()property on this annotation.RestDeleteAnnotation.Builder.defaultRequestQueryData(String... value) Sets theRestDelete.defaultRequestQueryData()property on this annotation.RestDeleteAnnotation.Builder.defaultResponseHeaders(String... value) Sets theRestDelete.defaultResponseHeaders()property on this annotation.Sets theRestDelete.encoders()property on this annotation.Sets theRestDelete.guards()property on this annotation.RestDeleteAnnotation.Builder.matchers(Class<? extends RestMatcher>... value) Sets theRestDelete.matchers()property on this annotation.Sets theRestDelete.path()property on this annotation.Sets theRestDelete.roleGuard()property on this annotation.RestDeleteAnnotation.Builder.rolesDeclared(String value) Sets theRestDelete.rolesDeclared()property on this annotation.Sets theRestDelete.summary()property on this annotation.Sets theRestDelete.swagger()property on this annotation.Sets theRestDelete.value()property on this annotation.