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