Package io.inversion
Class Change
- java.lang.Object
-
- io.inversion.Change
-
public final class Change extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcollectionKeyprotected java.lang.Stringmethodprotected java.lang.ObjectresourceKey
-
Constructor Summary
Constructors Constructor Description Change(java.lang.String method, java.lang.String collectionKey, java.lang.Object resourceKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollectionKey()java.lang.StringgetMethod()java.lang.ObjectgetResourceKey()ChangewithCollectionKey(java.lang.String collectionKey)ChangewithMethod(java.lang.String method)ChangewithResourceKey(java.lang.Object resourceKey)
-
-
-
Method Detail
-
getMethod
public java.lang.String getMethod()
-
withMethod
public Change withMethod(java.lang.String method)
-
getCollectionKey
public java.lang.String getCollectionKey()
-
withCollectionKey
public Change withCollectionKey(java.lang.String collectionKey)
-
getResourceKey
public java.lang.Object getResourceKey()
-
withResourceKey
public Change withResourceKey(java.lang.Object resourceKey)
-
-