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