Class GetSchema.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<GetSchema,GetSchema.Builder>
-
- uk.gov.gchq.gaffer.store.operation.GetSchema.Builder
-
- All Implemented Interfaces:
Output.Builder<GetSchema,Schema,GetSchema.Builder>
,Operation.Builder<GetSchema,GetSchema.Builder>
- Enclosing class:
- GetSchema
public static class GetSchema.Builder extends Operation.BaseBuilder<GetSchema,GetSchema.Builder> implements Output.Builder<GetSchema,Schema,GetSchema.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSchema.Builder
compact(boolean compact)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
compact
public GetSchema.Builder compact(boolean compact)
-
-