Uses of Class
uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
Packages that use OperationDeclaration Package Description uk.gov.gchq.gaffer.store.operation.declaration Operation declaration classes. -
-
Uses of OperationDeclaration in uk.gov.gchq.gaffer.store.operation.declaration
Methods in uk.gov.gchq.gaffer.store.operation.declaration that return OperationDeclaration Modifier and Type Method Description OperationDeclaration
OperationDeclaration.Builder. build()
Methods in uk.gov.gchq.gaffer.store.operation.declaration that return types with arguments of type OperationDeclaration Modifier and Type Method Description List<OperationDeclaration>
OperationDeclarations. getOperations()
Methods in uk.gov.gchq.gaffer.store.operation.declaration with parameters of type OperationDeclaration Modifier and Type Method Description OperationDeclarations.Builder
OperationDeclarations.Builder. declaration(OperationDeclaration declaration)
Method parameters in uk.gov.gchq.gaffer.store.operation.declaration with type arguments of type OperationDeclaration Modifier and Type Method Description void
OperationDeclarations. setOperations(List<OperationDeclaration> operations)
-