public class InventoryAdjustmentGroup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryAdjustmentGroup.Builder
Class to build instances of
InventoryAdjustmentGroup. |
| Constructor and Description |
|---|
InventoryAdjustmentGroup(String id,
String rootAdjustmentId,
String fromState,
String toState)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFromState()
Getter for FromState.
|
String |
getId()
Getter for Id.
|
String |
getRootAdjustmentId()
Getter for RootAdjustmentId.
|
String |
getToState()
Getter for ToState.
|
int |
hashCode() |
InventoryAdjustmentGroup.Builder |
toBuilder()
Builds a new
InventoryAdjustmentGroup.Builder object. |
String |
toString()
Converts this InventoryAdjustmentGroup into string format.
|
public InventoryAdjustmentGroup(String id, String rootAdjustmentId, String fromState, String toState)
id - String value for id.rootAdjustmentId - String value for rootAdjustmentId.fromState - String value for fromState.toState - String value for toState.public String getId()
public String getRootAdjustmentId()
public String getFromState()
public String getToState()
public String toString()
public InventoryAdjustmentGroup.Builder toBuilder()
InventoryAdjustmentGroup.Builder object.
Creates the instance with the state of the current model.InventoryAdjustmentGroup.Builder objectCopyright © 2022. All rights reserved.