Package com.onslip360
Class API.Partial_Order
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Order>
 - 
- com.onslip360.API.Partial_Order
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Order>>
- Enclosing class:
 - API
 
public static class API.Partial_Order extends Onslip360Object<API.Partial_Order>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Order() 
- 
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
- 
items
@Nonnull public Erasable<API.Partial_Item[]> items()
 
- 
payments
@Nonnull public Erasable<API.Partial_Payment[]> payments()
 
- 
state
@Nonnull public Optional<API.Order.State> state()
 
- 
type
@Nonnull public Erasable<API.Order.Type> type()
 
- 
authCode
@Nonnull public API.Partial_Order authCode(@Nullable String authCode)
 
- 
authCode
@Nonnull public API.Partial_Order authCode(@Nullable Erasable<String> authCode)
 
- 
clientReference
@Nonnull public API.Partial_Order clientReference(@Nullable String clientReference)
 
- 
clientReference
@Nonnull public API.Partial_Order clientReference(@Nullable Erasable<String> clientReference)
 
- 
customers
@Nonnull public API.Partial_Order customers(@Nullable Long[] customers)
 
- 
customers
@Nonnull public API.Partial_Order customers(@Nullable Erasable<Long[]> customers)
 
- 
deleted
@Nonnull public API.Partial_Order deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Order deleted(@Nullable Erasable<String> deleted)
 
- 
description
@Nonnull public API.Partial_Order description(@Nullable String description)
 
- 
description
@Nonnull public API.Partial_Order description(@Nullable Erasable<String> description)
 
- 
endDate
@Nonnull public API.Partial_Order endDate(@Nullable String endDate)
 
- 
endDate
@Nonnull public API.Partial_Order endDate(@Nullable Erasable<String> endDate)
 
- 
items
@Nonnull public API.Partial_Order items(@Nullable API.Partial_Item[] items)
 
- 
items
@Nonnull public API.Partial_Order items(@Nullable Erasable<API.Partial_Item[]> items)
 
- 
labels
@Nonnull public API.Partial_Order labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Order labels(@Nullable Erasable<Long[]> labels)
 
- 
location
@Nonnull public API.Partial_Order location(@Nullable Long location)
 
- 
name
@Nonnull public API.Partial_Order name(@Nullable String name)
 
- 
orderReference
@Nonnull public API.Partial_Order orderReference(@Nullable String orderReference)
 
- 
orderReference
@Nonnull public API.Partial_Order orderReference(@Nullable Erasable<String> orderReference)
 
- 
owner
@Nonnull public API.Partial_Order owner(@Nullable Long owner)
 
- 
owner
@Nonnull public API.Partial_Order owner(@Nullable Erasable<Long> owner)
 
- 
payments
@Nonnull public API.Partial_Order payments(@Nullable API.Partial_Payment[] payments)
 
- 
payments
@Nonnull public API.Partial_Order payments(@Nullable Erasable<API.Partial_Payment[]> payments)
 
- 
resources
@Nonnull public API.Partial_Order resources(@Nullable Long[] resources)
 
- 
resources
@Nonnull public API.Partial_Order resources(@Nullable Erasable<Long[]> resources)
 
- 
schedules
@Nonnull public API.Partial_Order schedules(@Nullable String[] schedules)
 
- 
schedules
@Nonnull public API.Partial_Order schedules(@Nullable Erasable<String[]> schedules)
 
- 
startDate
@Nonnull public API.Partial_Order startDate(@Nullable String startDate)
 
- 
startDate
@Nonnull public API.Partial_Order startDate(@Nullable Erasable<String> startDate)
 
- 
state
@Nonnull public API.Partial_Order state(@Nullable API.Order.State state)
 
- 
tags
@Nonnull public API.Partial_Order tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Order tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_Order type(@Nullable API.Order.Type type)
 
- 
type
@Nonnull public API.Partial_Order type(@Nullable Erasable<API.Order.Type> type)
 
- 
users
@Nonnull public API.Partial_Order users(@Nullable Long[] users)
 
- 
users
@Nonnull public API.Partial_Order users(@Nullable Erasable<Long[]> users)
 
 - 
 
 -