Package io.inversion

Class Change


  • public final class Change
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String collectionKey  
      protected java.lang.String method  
      protected java.lang.Object resourceKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      Change​(java.lang.String method, java.lang.String collectionKey, java.lang.Object resourceKey)  
    • Field Detail

      • method

        protected java.lang.String method
      • collectionKey

        protected java.lang.String collectionKey
      • resourceKey

        protected java.lang.Object resourceKey
    • Constructor Detail

      • Change

        public Change​(java.lang.String method,
                      java.lang.String collectionKey,
                      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)