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 class
API.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.InventoryAdjustment
created(String created)
Optional<String>
deleted()
API.InventoryAdjustment
deleted(String deleted)
Optional<Long>
id()
API.InventoryAdjustment
id(Long id)
API.InventoryAdjustmentItem[]
items()
API.InventoryAdjustment
items(API.InventoryAdjustmentItem[] items)
Optional<Long[]>
labels()
API.InventoryAdjustment
labels(Long[] labels)
Long
location()
API.InventoryAdjustment
location(Long location)
Optional<String[]>
tags()
API.InventoryAdjustment
tags(String[] tags)
API.InventoryAdjustment.Type
type()
API.InventoryAdjustment
type(API.InventoryAdjustment.Type type)
Optional<String>
updated()
API.InventoryAdjustment
updated(String updated)
Optional<Long>
updatedBy()
API.InventoryAdjustment
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.InventoryAdjustment
updatedFrom(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)
-
-