Package com.onslip360
Class API.LabelCategory
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.LabelCategory>
-
- com.onslip360.API.LabelCategory
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.LabelCategory>>
- Enclosing class:
- API
public static class API.LabelCategory extends Onslip360Object<API.LabelCategory>
-
-
Constructor Summary
Constructors Constructor Description LabelCategory(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>created()API.LabelCategorycreated(String created)Optional<String>deleted()API.LabelCategorydeleted(String deleted)Optional<Long>id()API.LabelCategoryid(Long id)Optional<Long[]>labels()API.LabelCategorylabels(Long[] labels)Stringname()API.LabelCategoryname(String name)Optional<String[]>resources()API.LabelCategoryresources(String[] resources)Optional<String[]>tags()API.LabelCategorytags(String[] tags)Optional<String>updated()API.LabelCategoryupdated(String updated)Optional<Long>updatedBy()API.LabelCategoryupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.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
-
-
-
-
Constructor Detail
-
LabelCategory
public LabelCategory(String name)
-
-
Method Detail
-
name
@Nonnull public String name()
-
created
@Nonnull public API.LabelCategory created(@Nullable String created)
-
deleted
@Nonnull public API.LabelCategory deleted(@Nullable String deleted)
-
id
@Nonnull public API.LabelCategory id(@Nullable Long id)
-
labels
@Nonnull public API.LabelCategory labels(@Nullable Long[] labels)
-
name
@Nonnull public API.LabelCategory name(String name)
-
resources
@Nonnull public API.LabelCategory resources(@Nullable String[] resources)
-
tags
@Nonnull public API.LabelCategory tags(@Nullable String[] tags)
-
updated
@Nonnull public API.LabelCategory updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.LabelCategory updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.LabelCategory updatedFrom(@Nullable Long updatedFrom)
-
-