Class FilterConfig.Builder
java.lang.Object
com.ants.platform.client.resources.scim.types.FilterConfig.Builder
- All Implemented Interfaces:
FilterConfig._FinalStage,FilterConfig.MaxResultsStage,FilterConfig.SupportedStage
- Enclosing class:
FilterConfig
public static final class FilterConfig.Builder
extends Object
implements FilterConfig.SupportedStage, FilterConfig.MaxResultsStage, FilterConfig._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(FilterConfig other) maxResults(int maxResults) supported(boolean supported)
-
Method Details
-
from
- Specified by:
fromin interfaceFilterConfig.SupportedStage
-
supported
- Specified by:
supportedin interfaceFilterConfig.SupportedStage
-
maxResults
- Specified by:
maxResultsin interfaceFilterConfig.MaxResultsStage
-
build
- Specified by:
buildin interfaceFilterConfig._FinalStage
-