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 String
created()
API.Stored_LabelCategory
created(String created)
Optional<String>
deleted()
API.Stored_LabelCategory
deleted(String deleted)
Long
id()
API.Stored_LabelCategory
id(Long id)
Optional<Long[]>
labels()
API.Stored_LabelCategory
labels(Long[] labels)
String
name()
API.Stored_LabelCategory
name(String name)
Optional<String[]>
resources()
API.Stored_LabelCategory
resources(String[] resources)
Optional<String[]>
tags()
API.Stored_LabelCategory
tags(String[] tags)
String
updated()
API.Stored_LabelCategory
updated(String updated)
Optional<Long>
updatedBy()
API.Stored_LabelCategory
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.Stored_LabelCategory
updatedFrom(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)
-
-