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