Class AddGraphWithHooks.AddGraphWithHooksBuilder<OP extends AddGraphWithHooks,B extends AddGraphWithHooks.AddGraphWithHooksBuilder<OP,?>>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.AddGraphBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.AddGraphWithHooks.AddGraphWithHooksBuilder<OP,B>
-
- All Implemented Interfaces:
Operation.Builder<OP,B>
- Direct Known Subclasses:
AddGraphWithHooks.Builder
- Enclosing class:
- AddGraphWithHooks
public abstract static class AddGraphWithHooks.AddGraphWithHooksBuilder<OP extends AddGraphWithHooks,B extends AddGraphWithHooks.AddGraphWithHooksBuilder<OP,?>> extends AddGraph.AddGraphBuilder<OP,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B
hooks(GraphHook... hooks)
-
Methods inherited from class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.AddGraphBuilder
graphAuths, graphId, isPublic, parentPropertiesId, parentSchemaIds, readAccessPredicate, schema, storeProperties, writeAccessPredicate
-
Methods inherited from class uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder
setUserRequestingAdminUsage
-
-