Package com.onslip360
Class API.UsageEntry
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.UsageEntry>
 - 
- com.onslip360.API.UsageEntry
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.UsageEntry>>
- Enclosing class:
 - API
 
public static class API.UsageEntry extends Onslip360Object<API.UsageEntry>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPI.UsageEntry.Type 
- 
Constructor Summary
Constructors Constructor Description UsageEntry(API.UsageEntry.Type type) 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UsageEntry
public UsageEntry(API.UsageEntry.Type type)
 
 - 
 
- 
Method Detail
- 
erpInvoiceMetadata
@Nonnull public Optional<API.ERPInvoiceMetadata> erpInvoiceMetadata()
 
- 
passwordReset
@Nonnull public Optional<API.PasswordReset> passwordReset()
 
- 
passwordResetChallenge
@Nonnull public Optional<API.PasswordResetChallenge> passwordResetChallenge()
 
- 
shiftHistory
@Nonnull public Optional<API.ShiftHistoryExport> shiftHistory()
 
- 
stockBalanceTransaction
@Nonnull public Optional<API.StockBalanceTransaction> stockBalanceTransaction()
 
- 
type
@Nonnull public API.UsageEntry.Type type()
 
- 
voucherTransaction
@Nonnull public Optional<API.VoucherTransaction> voucherTransaction()
 
- 
erpInvoiceMetadata
@Nonnull public API.UsageEntry erpInvoiceMetadata(@Nullable API.ERPInvoiceMetadata erpInvoiceMetadata)
 
- 
inventoryAdjustment
@Nonnull public API.UsageEntry inventoryAdjustment(@Nullable Long inventoryAdjustment)
 
- 
location
@Nonnull public API.UsageEntry location(@Nullable Long location)
 
- 
passwordReset
@Nonnull public API.UsageEntry passwordReset(@Nullable API.PasswordReset passwordReset)
 
- 
passwordResetChallenge
@Nonnull public API.UsageEntry passwordResetChallenge(@Nullable API.PasswordResetChallenge passwordResetChallenge)
 
- 
product
@Nonnull public API.UsageEntry product(@Nullable Long product)
 
- 
productGroup
@Nonnull public API.UsageEntry productGroup(@Nullable Long productGroup)
 
- 
shiftHistory
@Nonnull public API.UsageEntry shiftHistory(@Nullable API.ShiftHistoryExport shiftHistory)
 
- 
stockBalanceTransaction
@Nonnull public API.UsageEntry stockBalanceTransaction(@Nullable API.StockBalanceTransaction stockBalanceTransaction)
 
- 
tab
@Nonnull public API.UsageEntry tab(@Nullable Long tab)
 
- 
type
@Nonnull public API.UsageEntry type(API.UsageEntry.Type type)
 
- 
user
@Nonnull public API.UsageEntry user(@Nullable Long user)
 
- 
voucher
@Nonnull public API.UsageEntry voucher(@Nullable Long voucher)
 
- 
voucherTransaction
@Nonnull public API.UsageEntry voucherTransaction(@Nullable API.VoucherTransaction voucherTransaction)
 
 - 
 
 -