Package com.onslip360
Class API.InventoryAdjustment
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.InventoryAdjustment>
-
- com.onslip360.API.InventoryAdjustment
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.InventoryAdjustment>>
- Enclosing class:
- API
public static class API.InventoryAdjustment extends Onslip360Object<API.InventoryAdjustment>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPI.InventoryAdjustment.Type
-
Constructor Summary
Constructors Constructor Description InventoryAdjustment(API.InventoryAdjustmentItem[] items, Long location, API.InventoryAdjustment.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>created()API.InventoryAdjustmentcreated(String created)Optional<String>deleted()API.InventoryAdjustmentdeleted(String deleted)Optional<Long>id()API.InventoryAdjustmentid(Long id)API.InventoryAdjustmentItem[]items()API.InventoryAdjustmentitems(API.InventoryAdjustmentItem[] items)Optional<Long[]>labels()API.InventoryAdjustmentlabels(Long[] labels)Longlocation()API.InventoryAdjustmentlocation(Long location)Optional<String[]>tags()API.InventoryAdjustmenttags(String[] tags)API.InventoryAdjustment.Typetype()API.InventoryAdjustmenttype(API.InventoryAdjustment.Type type)Optional<String>updated()API.InventoryAdjustmentupdated(String updated)Optional<Long>updatedBy()API.InventoryAdjustmentupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.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
-
InventoryAdjustment
public InventoryAdjustment(API.InventoryAdjustmentItem[] items, Long location, API.InventoryAdjustment.Type type)
-
-
Method Detail
-
items
@Nonnull public API.InventoryAdjustmentItem[] items()
-
location
@Nonnull public Long location()
-
type
@Nonnull public API.InventoryAdjustment.Type type()
-
created
@Nonnull public API.InventoryAdjustment created(@Nullable String created)
-
deleted
@Nonnull public API.InventoryAdjustment deleted(@Nullable String deleted)
-
id
@Nonnull public API.InventoryAdjustment id(@Nullable Long id)
-
items
@Nonnull public API.InventoryAdjustment items(API.InventoryAdjustmentItem[] items)
-
labels
@Nonnull public API.InventoryAdjustment labels(@Nullable Long[] labels)
-
location
@Nonnull public API.InventoryAdjustment location(Long location)
-
tags
@Nonnull public API.InventoryAdjustment tags(@Nullable String[] tags)
-
type
@Nonnull public API.InventoryAdjustment type(API.InventoryAdjustment.Type type)
-
updated
@Nonnull public API.InventoryAdjustment updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.InventoryAdjustment updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.InventoryAdjustment updatedFrom(@Nullable Long updatedFrom)
-
-