io.nuun.kernel.api.plugin.request
Class KernelParamsRequestBuilder
java.lang.Object
io.nuun.kernel.api.plugin.request.KernelParamsRequestBuilder
- All Implemented Interfaces:
- Builder<Collection<KernelParamsRequest>>
public class KernelParamsRequestBuilder
- extends Object
- implements Builder<Collection<KernelParamsRequest>>
- Author:
- Epo Jemba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KernelParamsRequestBuilder
public KernelParamsRequestBuilder()
optional
public KernelParamsRequestBuilder optional(String keyRequested)
mandatory
public KernelParamsRequestBuilder mandatory(String keyRequested)
build
public Collection<KernelParamsRequest> build()
- Specified by:
build in interface Builder<Collection<KernelParamsRequest>>
reset
public void reset()
- Specified by:
reset in interface Builder<Collection<KernelParamsRequest>>
Copyright © 2012-2015. All Rights Reserved.