forOperation method
- int operationId
Builds request to GET /operation/
See: Effect for OperationoperationId
/effects
Implementation
EffectsRequestBuilder forOperation(int operationId) {
this.setSegments(["operations", operationId.toString(), "effects"]);
return this;
}