Package com.onslip360
Class API.Stored_InventoryAdjustment
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_InventoryAdjustment>
 - 
- com.onslip360.API.Stored_InventoryAdjustment
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_InventoryAdjustment>>
- Enclosing class:
 - API
 
public static class API.Stored_InventoryAdjustment extends Onslip360Object<API.Stored_InventoryAdjustment>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_InventoryAdjustment(String created, Long id, API.InventoryAdjustmentItem[] items, Long location, API.InventoryAdjustment.Type type, String updated) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcreated()API.Stored_InventoryAdjustmentcreated(String created)Optional<String>deleted()API.Stored_InventoryAdjustmentdeleted(String deleted)Longid()API.Stored_InventoryAdjustmentid(Long id)API.InventoryAdjustmentItem[]items()API.Stored_InventoryAdjustmentitems(API.InventoryAdjustmentItem[] items)Optional<Long[]>labels()API.Stored_InventoryAdjustmentlabels(Long[] labels)Longlocation()API.Stored_InventoryAdjustmentlocation(Long location)Optional<String[]>tags()API.Stored_InventoryAdjustmenttags(String[] tags)API.InventoryAdjustment.Typetype()API.Stored_InventoryAdjustmenttype(API.InventoryAdjustment.Type type)Stringupdated()API.Stored_InventoryAdjustmentupdated(String updated)Optional<Long>updatedBy()API.Stored_InventoryAdjustmentupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_InventoryAdjustmentupdatedFrom(Long updatedFrom)- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Stored_InventoryAdjustment
public Stored_InventoryAdjustment(String created, Long id, API.InventoryAdjustmentItem[] items, Long location, API.InventoryAdjustment.Type type, String updated)
 
 - 
 
- 
Method Detail
- 
created
@Nonnull public String created()
 
- 
id
@Nonnull public Long id()
 
- 
items
@Nonnull public API.InventoryAdjustmentItem[] items()
 
- 
location
@Nonnull public Long location()
 
- 
type
@Nonnull public API.InventoryAdjustment.Type type()
 
- 
updated
@Nonnull public String updated()
 
- 
created
@Nonnull public API.Stored_InventoryAdjustment created(String created)
 
- 
deleted
@Nonnull public API.Stored_InventoryAdjustment deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_InventoryAdjustment id(Long id)
 
- 
items
@Nonnull public API.Stored_InventoryAdjustment items(API.InventoryAdjustmentItem[] items)
 
- 
labels
@Nonnull public API.Stored_InventoryAdjustment labels(@Nullable Long[] labels)
 
- 
location
@Nonnull public API.Stored_InventoryAdjustment location(Long location)
 
- 
tags
@Nonnull public API.Stored_InventoryAdjustment tags(@Nullable String[] tags)
 
- 
type
@Nonnull public API.Stored_InventoryAdjustment type(API.InventoryAdjustment.Type type)
 
- 
updated
@Nonnull public API.Stored_InventoryAdjustment updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_InventoryAdjustment updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_InventoryAdjustment updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -