Package com.onslip360
Class API.StockBalance
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.StockBalance>
 - 
- com.onslip360.API.StockBalance
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.StockBalance>>
- Enclosing class:
 - API
 
public static class API.StockBalance extends Onslip360Object<API.StockBalance>
 
- 
- 
Constructor Summary
Constructors Constructor Description StockBalance() 
- 
Method Summary
- 
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
- 
balance
@Nonnull public API.StockBalance balance(@Nullable Float balance)
 
- 
created
@Nonnull public API.StockBalance created(@Nullable String created)
 
- 
deleted
@Nonnull public API.StockBalance deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.StockBalance id(@Nullable Long id)
 
- 
labels
@Nonnull public API.StockBalance labels(@Nullable Long[] labels)
 
- 
location
@Nonnull public API.StockBalance location(@Nullable Long location)
 
- 
quantity
@Nonnull public API.StockBalance quantity(@Nullable Float quantity)
 
- 
remainingPercentage
@Nonnull public API.StockBalance remainingPercentage(@Nullable Float remainingPercentage)
 
- 
remainingQuantity
@Nonnull public API.StockBalance remainingQuantity(@Nullable Float remainingQuantity)
 
- 
required
@Nonnull public API.StockBalance required(@Nullable Float required)
 
- 
reserved
@Nonnull public API.StockBalance reserved(@Nullable Float reserved)
 
- 
tags
@Nonnull public API.StockBalance tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.StockBalance updated(@Nullable String updated)
 
- 
updatedBy
@Nonnull public API.StockBalance updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.StockBalance updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -