Package com.onslip360
Class API.Partial_ExternalRecord
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_ExternalRecord>
 - 
- com.onslip360.API.Partial_ExternalRecord
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_ExternalRecord>>
- Enclosing class:
 - API
 
public static class API.Partial_ExternalRecord extends Onslip360Object<API.Partial_ExternalRecord>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_ExternalRecord() 
- 
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
- 
batch
@Nonnull public Erasable<API.Partial_ExternalBatch> batch()
 
- 
receipt
@Nonnull public Erasable<API.Partial_ExternalReceipt> receipt()
 
- 
report
@Nonnull public Erasable<API.Partial_ExternalReport> report()
 
- 
type
@Nonnull public Optional<API.Record.Type> type()
 
- 
batch
@Nonnull public API.Partial_ExternalRecord batch(@Nullable API.Partial_ExternalBatch batch)
 
- 
batch
@Nonnull public API.Partial_ExternalRecord batch(@Nullable Erasable<API.Partial_ExternalBatch> batch)
 
- 
cashier
@Nonnull public API.Partial_ExternalRecord cashier(@Nullable Long cashier)
 
- 
cashier
@Nonnull public API.Partial_ExternalRecord cashier(@Nullable Erasable<Long> cashier)
 
- 
cashierName
@Nonnull public API.Partial_ExternalRecord cashierName(@Nullable String cashierName)
 
- 
cashierName
@Nonnull public API.Partial_ExternalRecord cashierName(@Nullable Erasable<String> cashierName)
 
- 
clientName
@Nonnull public API.Partial_ExternalRecord clientName(@Nullable String clientName)
 
- 
clientName
@Nonnull public API.Partial_ExternalRecord clientName(@Nullable Erasable<String> clientName)
 
- 
controlCode
@Nonnull public API.Partial_ExternalRecord controlCode(@Nullable String controlCode)
 
- 
controlCode
@Nonnull public API.Partial_ExternalRecord controlCode(@Nullable Erasable<String> controlCode)
 
- 
controlUnitId
@Nonnull public API.Partial_ExternalRecord controlUnitId(@Nullable String controlUnitId)
 
- 
controlUnitId
@Nonnull public API.Partial_ExternalRecord controlUnitId(@Nullable Erasable<String> controlUnitId)
 
- 
date
@Nonnull public API.Partial_ExternalRecord date(@Nullable String date)
 
- 
description
@Nonnull public API.Partial_ExternalRecord description(@Nullable String description)
 
- 
description
@Nonnull public API.Partial_ExternalRecord description(@Nullable Erasable<String> description)
 
- 
labels
@Nonnull public API.Partial_ExternalRecord labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_ExternalRecord labels(@Nullable Erasable<Long[]> labels)
 
- 
receipt
@Nonnull public API.Partial_ExternalRecord receipt(@Nullable API.Partial_ExternalReceipt receipt)
 
- 
receipt
@Nonnull public API.Partial_ExternalRecord receipt(@Nullable Erasable<API.Partial_ExternalReceipt> receipt)
 
- 
recipientUri
@Nonnull public API.Partial_ExternalRecord recipientUri(@Nullable String recipientUri)
 
- 
recipientUri
@Nonnull public API.Partial_ExternalRecord recipientUri(@Nullable Erasable<String> recipientUri)
 
- 
report
@Nonnull public API.Partial_ExternalRecord report(@Nullable API.Partial_ExternalReport report)
 
- 
report
@Nonnull public API.Partial_ExternalRecord report(@Nullable Erasable<API.Partial_ExternalReport> report)
 
- 
timezoneOffset
@Nonnull public API.Partial_ExternalRecord timezoneOffset(@Nullable Integer timezoneOffset)
 
- 
timezoneOffset
@Nonnull public API.Partial_ExternalRecord timezoneOffset(@Nullable Erasable<Integer> timezoneOffset)
 
- 
type
@Nonnull public API.Partial_ExternalRecord type(@Nullable API.Record.Type type)
 
 - 
 
 -