Class GetAllGraphInfo.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<OP,B>
-
- uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder<GetAllGraphInfo,GetAllGraphInfo.Builder>
-
- uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo.Builder
-
- All Implemented Interfaces:
Operation.Builder<GetAllGraphInfo,GetAllGraphInfo.Builder>
- Enclosing class:
- GetAllGraphInfo
public static class GetAllGraphInfo.Builder extends IFederationOperation.BaseBuilder<GetAllGraphInfo,GetAllGraphInfo.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAllGraphInfo.Builder
graphIDs(List<String> graphIds)
GetAllGraphInfo.Builder
graphIDsCSV(String graphIdsCSV)
-
Methods inherited from class uk.gov.gchq.gaffer.federatedstore.operation.IFederationOperation.BaseBuilder
setUserRequestingAdminUsage
-
-
-
-
Method Detail
-
graphIDsCSV
public GetAllGraphInfo.Builder graphIDsCSV(String graphIdsCSV)
-
graphIDs
public GetAllGraphInfo.Builder graphIDs(List<String> graphIds)
-
-