Uses of Enum Class
org.apache.juneau.DetailLevel
Packages that use DetailLevel
Package
Description
Marshalling API
REST Client API
REST Server Mock API
-
Uses of DetailLevel in org.apache.juneau
Methods 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.client
Fields in org.apache.juneau.rest.client declared as DetailLevelMethods 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.mock
Methods in org.apache.juneau.rest.mock with parameters of type DetailLevelModifier and TypeMethodDescriptionMockRestClient.Builder.logRequests(DetailLevel detail, Level level, BiPredicate<RestRequest, RestResponse> test)