Package com.onslip360
Class API.Stored_LabelCategory
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_LabelCategory>
 - 
- com.onslip360.API.Stored_LabelCategory
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_LabelCategory>>
- Enclosing class:
 - API
 
public static class API.Stored_LabelCategory extends Onslip360Object<API.Stored_LabelCategory>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_LabelCategory(String created, Long id, String name, String updated) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcreated()API.Stored_LabelCategorycreated(String created)Optional<String>deleted()API.Stored_LabelCategorydeleted(String deleted)Longid()API.Stored_LabelCategoryid(Long id)Optional<Long[]>labels()API.Stored_LabelCategorylabels(Long[] labels)Stringname()API.Stored_LabelCategoryname(String name)Optional<String[]>resources()API.Stored_LabelCategoryresources(String[] resources)Optional<String[]>tags()API.Stored_LabelCategorytags(String[] tags)Stringupdated()API.Stored_LabelCategoryupdated(String updated)Optional<Long>updatedBy()API.Stored_LabelCategoryupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_LabelCategoryupdatedFrom(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()
 
- 
name
@Nonnull public String name()
 
- 
updated
@Nonnull public String updated()
 
- 
created
@Nonnull public API.Stored_LabelCategory created(String created)
 
- 
deleted
@Nonnull public API.Stored_LabelCategory deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_LabelCategory id(Long id)
 
- 
labels
@Nonnull public API.Stored_LabelCategory labels(@Nullable Long[] labels)
 
- 
name
@Nonnull public API.Stored_LabelCategory name(String name)
 
- 
resources
@Nonnull public API.Stored_LabelCategory resources(@Nullable String[] resources)
 
- 
tags
@Nonnull public API.Stored_LabelCategory tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.Stored_LabelCategory updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_LabelCategory updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_LabelCategory updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -