Package com.yahoo.restapi
Interface RestApi.HandlerConfigBuilder
-
- Enclosing interface:
- RestApi
public static interface RestApi.HandlerConfigBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestApi.HandlerConfigBuilder
withCustomAclAction(AclMapping.Action action)
RestApi.HandlerConfigBuilder
withReadAclAction()
RestApi.HandlerConfigBuilder
withWriteAclAction()
-
-
-
Method Detail
-
withReadAclAction
RestApi.HandlerConfigBuilder withReadAclAction()
-
withWriteAclAction
RestApi.HandlerConfigBuilder withWriteAclAction()
-
withCustomAclAction
RestApi.HandlerConfigBuilder withCustomAclAction(AclMapping.Action action)
-
-