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