Package com.onslip360
Class API.Partial_Label
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Label>
 - 
- com.onslip360.API.Partial_Label
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Label>>
- Enclosing class:
 - API
 
public static class API.Partial_Label extends Onslip360Object<API.Partial_Label>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Label() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>deleted()API.Partial_Labeldeleted(Erasable<String> deleted)API.Partial_Labeldeleted(String deleted)Optional<Long>labelCategory()API.Partial_LabellabelCategory(Long labelCategory)Erasable<Long[]>labels()API.Partial_Labellabels(Erasable<Long[]> labels)API.Partial_Labellabels(Long[] labels)Optional<String>name()API.Partial_Labelname(String name)Erasable<String[]>tags()API.Partial_Labeltags(Erasable<String[]> tags)API.Partial_Labeltags(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
- 
deleted
@Nonnull public API.Partial_Label deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Label deleted(@Nullable Erasable<String> deleted)
 
- 
labelCategory
@Nonnull public API.Partial_Label labelCategory(@Nullable Long labelCategory)
 
- 
labels
@Nonnull public API.Partial_Label labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Label labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Label name(@Nullable String name)
 
- 
tags
@Nonnull public API.Partial_Label tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Label tags(@Nullable Erasable<String[]> tags)
 
 - 
 
 -