Package com.onslip360
Class API.Stored_ButtonMap
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_ButtonMap>
-
- com.onslip360.API.Stored_ButtonMap
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_ButtonMap>>
- Enclosing class:
- API
public static class API.Stored_ButtonMap extends Onslip360Object<API.Stored_ButtonMap>
-
-
Constructor Summary
Constructors Constructor Description Stored_ButtonMap(API.ButtonMapItem[] buttons, String created, Integer height, Long id, String name, API.ButtonMap.Type type, String updated, Integer width)
-
Method Summary
-
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
-
Stored_ButtonMap
public Stored_ButtonMap(API.ButtonMapItem[] buttons, String created, Integer height, Long id, String name, API.ButtonMap.Type type, String updated, Integer width)
-
-
Method Detail
-
buttons
@Nonnull public API.ButtonMapItem[] buttons()
-
created
@Nonnull public String created()
-
height
@Nonnull public Integer height()
-
id
@Nonnull public Long id()
-
name
@Nonnull public String name()
-
theme
@Nonnull public Optional<API.ButtonMap.Theme> theme()
-
type
@Nonnull public API.ButtonMap.Type type()
-
updated
@Nonnull public String updated()
-
width
@Nonnull public Integer width()
-
buttons
@Nonnull public API.Stored_ButtonMap buttons(API.ButtonMapItem[] buttons)
-
created
@Nonnull public API.Stored_ButtonMap created(String created)
-
deleted
@Nonnull public API.Stored_ButtonMap deleted(@Nullable String deleted)
-
height
@Nonnull public API.Stored_ButtonMap height(Integer height)
-
id
@Nonnull public API.Stored_ButtonMap id(Long id)
-
labels
@Nonnull public API.Stored_ButtonMap labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Stored_ButtonMap name(String name)
-
tags
@Nonnull public API.Stored_ButtonMap tags(@Nullable String[] tags)
-
theme
@Nonnull public API.Stored_ButtonMap theme(@Nullable API.ButtonMap.Theme theme)
-
type
@Nonnull public API.Stored_ButtonMap type(API.ButtonMap.Type type)
-
updated
@Nonnull public API.Stored_ButtonMap updated(String updated)
-
updatedBy
@Nonnull public API.Stored_ButtonMap updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_ButtonMap updatedFrom(@Nullable Long updatedFrom)
-
width
@Nonnull public API.Stored_ButtonMap width(Integer width)
-
-