public final class Change
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
collectionKey |
protected java.lang.String |
method |
protected java.lang.Object |
resourceKey |
| Constructor and Description |
|---|
Change(java.lang.String method,
java.lang.String collectionKey,
java.lang.Object resourceKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionKey() |
java.lang.String |
getMethod() |
java.lang.Object |
getResourceKey() |
Change |
withCollectionKey(java.lang.String collectionKey) |
Change |
withMethod(java.lang.String method) |
Change |
withResourceKey(java.lang.Object resourceKey) |
protected java.lang.String method
protected java.lang.String collectionKey
protected java.lang.Object resourceKey
public Change(java.lang.String method,
java.lang.String collectionKey,
java.lang.Object resourceKey)
public java.lang.String getMethod()
public Change withMethod(java.lang.String method)
public java.lang.String getCollectionKey()
public Change withCollectionKey(java.lang.String collectionKey)
public java.lang.Object getResourceKey()
public Change withResourceKey(java.lang.Object resourceKey)
Copyright © 2023 Rocket Partners, LLC. All rights reserved.