Uses of Enum Class
org.apache.juneau.DetailLevel
Packages that use DetailLevel
Package
Description
REST Client API
REST Server Mock API
- 
Uses of DetailLevel in org.apache.juneauMethods in org.apache.juneau that return DetailLevelModifier and TypeMethodDescriptionstatic DetailLevelReturns the enum constant of this class with the specified name.static DetailLevel[]DetailLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of DetailLevel in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client with parameters of type DetailLevelModifier and TypeMethodDescriptionRestClient.Builder.logRequests(DetailLevel detail, Level level, BiPredicate<RestRequest, RestResponse> test) Log requests.
- 
Uses of DetailLevel in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type DetailLevelModifier and TypeMethodDescriptionMockRestClient.Builder.logRequests(DetailLevel detail, Level level, BiPredicate<RestRequest, RestResponse> test)