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