DetailLevelInterceptor Class

public class DetailLevelInterceptor
extends RequestInterceptor

Interceptor which contains a function used to apply the DetailLevel. If there are multiple instances of this then the last set wins.

Constructor Summary

Constructor Description
DetailLevelInterceptor(DetailLevel detailLevel)

Initializes a new DetailLevelInterceptor for applying a DetailLevel object to a request.

Method Summary

Modifier and Type Method and Description
DetailLevel detailLevel()

Gets the detail level applied by this DetailLevelInterceptor instance.

Methods inherited from RequestInterceptor

Methods inherited from java.lang.Object

Constructor Details

DetailLevelInterceptor

public DetailLevelInterceptor(DetailLevel detailLevel)

Initializes a new DetailLevelInterceptor for applying a DetailLevel object to a request.

Parameters:

detailLevel - The DetailLevel object.

Method Details

detailLevel

public DetailLevel detailLevel()

Gets the detail level applied by this DetailLevelInterceptor instance.

Returns:

The detail level applied.

Applies to