Package com.onslip360
Class API.Partial_Account
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Account>
 - 
- com.onslip360.API.Partial_Account
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Account>>
- Enclosing class:
 - API
 
public static class API.Partial_Account extends Onslip360Object<API.Partial_Account>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Account() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>account()API.Partial_Accountaccount(Integer account)Erasable<String>deleted()API.Partial_Accountdeleted(Erasable<String> deleted)API.Partial_Accountdeleted(String deleted)Erasable<Long[]>labels()API.Partial_Accountlabels(Erasable<Long[]> labels)API.Partial_Accountlabels(Long[] labels)Optional<String>name()API.Partial_Accountname(String name)Erasable<String[]>tags()API.Partial_Accounttags(Erasable<String[]> tags)API.Partial_Accounttags(String[] tags)- 
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
- 
account
@Nonnull public API.Partial_Account account(@Nullable Integer account)
 
- 
deleted
@Nonnull public API.Partial_Account deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Account deleted(@Nullable Erasable<String> deleted)
 
- 
labels
@Nonnull public API.Partial_Account labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Account labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Account name(@Nullable String name)
 
- 
tags
@Nonnull public API.Partial_Account tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Account tags(@Nullable Erasable<String[]> tags)
 
 - 
 
 -