Package com.onslip360
Class API.Stored_Label
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_Label>
 - 
- com.onslip360.API.Stored_Label
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_Label>>
- Enclosing class:
 - API
 
public static class API.Stored_Label extends Onslip360Object<API.Stored_Label>
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcreated()API.Stored_Labelcreated(String created)Optional<String>deleted()API.Stored_Labeldeleted(String deleted)Longid()API.Stored_Labelid(Long id)LonglabelCategory()API.Stored_LabellabelCategory(Long labelCategory)Optional<Long[]>labels()API.Stored_Labellabels(Long[] labels)Stringname()API.Stored_Labelname(String name)Optional<String[]>tags()API.Stored_Labeltags(String[] tags)Stringupdated()API.Stored_Labelupdated(String updated)Optional<Long>updatedBy()API.Stored_LabelupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_LabelupdatedFrom(Long updatedFrom)- 
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()
 
- 
labelCategory
@Nonnull public Long labelCategory()
 
- 
name
@Nonnull public String name()
 
- 
updated
@Nonnull public String updated()
 
- 
created
@Nonnull public API.Stored_Label created(String created)
 
- 
deleted
@Nonnull public API.Stored_Label deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_Label id(Long id)
 
- 
labelCategory
@Nonnull public API.Stored_Label labelCategory(Long labelCategory)
 
- 
labels
@Nonnull public API.Stored_Label labels(@Nullable Long[] labels)
 
- 
name
@Nonnull public API.Stored_Label name(String name)
 
- 
tags
@Nonnull public API.Stored_Label tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.Stored_Label updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_Label updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_Label updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -