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