Interface PatchOperation.OpStage
-
- All Known Implementing Classes:
PatchOperation.Builder
- Enclosing class:
- PatchOperation
public static interface PatchOperation.OpStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchOperation.Builderfrom(PatchOperation other)PatchOperation.PathStageop(java.lang.String op)
-
-
-
Method Detail
-
op
PatchOperation.PathStage op(java.lang.String op)
-
from
PatchOperation.Builder from(PatchOperation other)
-
-