Package com.onslip360
Class API.Partial_Tab
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Tab>
 - 
- com.onslip360.API.Partial_Tab
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Tab>>
- Enclosing class:
 - API
 
public static class API.Partial_Tab extends Onslip360Object<API.Partial_Tab>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Tab() 
- 
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()
 
- 
originalPayments
@Nonnull public Erasable<API.Partial_Payment[]> originalPayments()
 
- 
client
@Nonnull public API.Partial_Tab client(@Nullable Long client)
 
- 
client
@Nonnull public API.Partial_Tab client(@Nullable Erasable<Long> client)
 
- 
closed
@Nonnull public API.Partial_Tab closed(@Nullable String closed)
 
- 
closed
@Nonnull public API.Partial_Tab closed(@Nullable Erasable<String> closed)
 
- 
deleted
@Nonnull public API.Partial_Tab deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Tab deleted(@Nullable Erasable<String> deleted)
 
- 
description
@Nonnull public API.Partial_Tab description(@Nullable String description)
 
- 
description
@Nonnull public API.Partial_Tab description(@Nullable Erasable<String> description)
 
- 
frozen
@Nonnull public API.Partial_Tab frozen(@Nullable Boolean frozen)
 
- 
frozen
@Nonnull public API.Partial_Tab frozen(@Nullable Erasable<Boolean> frozen)
 
- 
items
@Nonnull public API.Partial_Tab items(@Nullable API.Partial_Item[] items)
 
- 
items
@Nonnull public API.Partial_Tab items(@Nullable Erasable<API.Partial_Item[]> items)
 
- 
labels
@Nonnull public API.Partial_Tab labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Tab labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Tab name(@Nullable String name)
 
- 
name
@Nonnull public API.Partial_Tab name(@Nullable Erasable<String> name)
 
- 
order
@Nonnull public API.Partial_Tab order(@Nullable Long order)
 
- 
order
@Nonnull public API.Partial_Tab order(@Nullable Erasable<Long> order)
 
- 
originalPayments
@Nonnull public API.Partial_Tab originalPayments(@Nullable API.Partial_Payment[] originalPayments)
 
- 
originalPayments
@Nonnull public API.Partial_Tab originalPayments(@Nullable Erasable<API.Partial_Payment[]> originalPayments)
 
- 
printouts
@Nonnull public API.Partial_Tab printouts(@Nullable String[] printouts)
 
- 
printouts
@Nonnull public API.Partial_Tab printouts(@Nullable Erasable<String[]> printouts)
 
- 
tabLockedBy
@Nonnull public API.Partial_Tab tabLockedBy(@Nullable String tabLockedBy)
 
- 
tabLockedBy
@Nonnull public API.Partial_Tab tabLockedBy(@Nullable Erasable<String> tabLockedBy)
 
- 
tags
@Nonnull public API.Partial_Tab tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Tab tags(@Nullable Erasable<String[]> tags)
 
 - 
 
 -