Package com.onslip360
Class API.Partial_InventoryAdjustment
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_InventoryAdjustment>
 - 
- com.onslip360.API.Partial_InventoryAdjustment
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_InventoryAdjustment>>
- Enclosing class:
 - API
 
public static class API.Partial_InventoryAdjustment extends Onslip360Object<API.Partial_InventoryAdjustment>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_InventoryAdjustment() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>deleted()API.Partial_InventoryAdjustmentdeleted(Erasable<String> deleted)API.Partial_InventoryAdjustmentdeleted(String deleted)Optional<API.Partial_InventoryAdjustmentItem[]>items()API.Partial_InventoryAdjustmentitems(API.Partial_InventoryAdjustmentItem[] items)Erasable<Long[]>labels()API.Partial_InventoryAdjustmentlabels(Erasable<Long[]> labels)API.Partial_InventoryAdjustmentlabels(Long[] labels)Optional<Long>location()API.Partial_InventoryAdjustmentlocation(Long location)Erasable<String[]>tags()API.Partial_InventoryAdjustmenttags(Erasable<String[]> tags)API.Partial_InventoryAdjustmenttags(String[] tags)Optional<API.InventoryAdjustment.Type>type()API.Partial_InventoryAdjustmenttype(API.InventoryAdjustment.Type type)- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
items
@Nonnull public Optional<API.Partial_InventoryAdjustmentItem[]> items()
 
- 
type
@Nonnull public Optional<API.InventoryAdjustment.Type> type()
 
- 
deleted
@Nonnull public API.Partial_InventoryAdjustment deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_InventoryAdjustment deleted(@Nullable Erasable<String> deleted)
 
- 
items
@Nonnull public API.Partial_InventoryAdjustment items(@Nullable API.Partial_InventoryAdjustmentItem[] items)
 
- 
labels
@Nonnull public API.Partial_InventoryAdjustment labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_InventoryAdjustment labels(@Nullable Erasable<Long[]> labels)
 
- 
location
@Nonnull public API.Partial_InventoryAdjustment location(@Nullable Long location)
 
- 
tags
@Nonnull public API.Partial_InventoryAdjustment tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_InventoryAdjustment tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_InventoryAdjustment type(@Nullable API.InventoryAdjustment.Type type)
 
 - 
 
 -