Class Patch.Builder

Enclosing class:
Patch

public static final class Patch.Builder extends Operation.Builder<Patch.Builder>
Builder to help construct the Patch.
  • Method Details

    • operations

      public Patch.Builder operations(PatchOperation... operations)
      Setter for supported Patch-operations.
      Parameters:
      operations - Supported Patch-operations
      Returns:
      Builder
    • self

      protected Patch.Builder self()
      Description copied from class: Operation.Builder
      Abstract method that returns the instantiated Builder itself.
      Specified by:
      self in class Operation.Builder<Patch.Builder>
      Returns:
      Builder
    • build

      public Patch build()
      Builds the Patch instance.
      Returns:
      Patch instance