Package io.inversion

Class Change

java.lang.Object
io.inversion.Change

public class Change extends Object
  • Field Details

    • method

      protected String method
    • collectionKey

      protected String collectionKey
    • resourceKey

      protected Object resourceKey
  • Constructor Details

  • Method Details

    • getMethod

      public String getMethod()
    • withMethod

      public Change withMethod(String method)
    • getCollectionKey

      public String getCollectionKey()
    • withCollectionKey

      public Change withCollectionKey(String collectionKey)
    • getResourceKey

      public Object getResourceKey()
    • withResourceKey

      public Change withResourceKey(Object resourceKey)