public class XPFUpdateSingleQuantityInventoryContext extends XPFEntity
| Constructor and Description | 
|---|
XPFUpdateSingleQuantityInventoryContext(@NonNull XPFInventoryKeyContext inventoryKey,
                                       int quantity,
                                       @NonNull Map<String,Object> attributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull Map<String,Object> | 
getAttributes()
The attribute values. 
 | 
@NonNull XPFInventoryKeyContext | 
getInventoryKey()
The inventory key. 
 | 
int | 
getQuantity()
The quantity to update. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomDatapublic XPFUpdateSingleQuantityInventoryContext(@NonNull
                                               @NonNull XPFInventoryKeyContext inventoryKey,
                                               int quantity,
                                               @NonNull
                                               @NonNull Map<String,Object> attributes)
@NonNull public @NonNull XPFInventoryKeyContext getInventoryKey()
public int getQuantity()
Copyright © 2024. All rights reserved.