Package com.onslip360
Class API.ResourceMap
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.ResourceMap>
-
- com.onslip360.API.ResourceMap
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.ResourceMap>>
- Enclosing class:
- API
public static class API.ResourceMap extends Onslip360Object<API.ResourceMap>
-
-
Constructor Summary
Constructors Constructor Description ResourceMap(Integer height, Long location, String name, API.ResourceMapItem[] resourceMapItems, Integer width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
created()
API.ResourceMap
created(String created)
Optional<String>
deleted()
API.ResourceMap
deleted(String deleted)
Integer
height()
API.ResourceMap
height(Integer height)
Optional<Long>
id()
API.ResourceMap
id(Long id)
Optional<Long[]>
labels()
API.ResourceMap
labels(Long[] labels)
Long
location()
API.ResourceMap
location(Long location)
String
name()
API.ResourceMap
name(String name)
API.ResourceMapItem[]
resourceMapItems()
API.ResourceMap
resourceMapItems(API.ResourceMapItem[] resourceMapItems)
Optional<String[]>
tags()
API.ResourceMap
tags(String[] tags)
Optional<String>
updated()
API.ResourceMap
updated(String updated)
Optional<Long>
updatedBy()
API.ResourceMap
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.ResourceMap
updatedFrom(Long updatedFrom)
Integer
width()
API.ResourceMap
width(Integer width)
-
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
-
ResourceMap
public ResourceMap(Integer height, Long location, String name, API.ResourceMapItem[] resourceMapItems, Integer width)
-
-
Method Detail
-
height
@Nonnull public Integer height()
-
location
@Nonnull public Long location()
-
name
@Nonnull public String name()
-
resourceMapItems
@Nonnull public API.ResourceMapItem[] resourceMapItems()
-
width
@Nonnull public Integer width()
-
created
@Nonnull public API.ResourceMap created(@Nullable String created)
-
deleted
@Nonnull public API.ResourceMap deleted(@Nullable String deleted)
-
height
@Nonnull public API.ResourceMap height(Integer height)
-
id
@Nonnull public API.ResourceMap id(@Nullable Long id)
-
labels
@Nonnull public API.ResourceMap labels(@Nullable Long[] labels)
-
location
@Nonnull public API.ResourceMap location(Long location)
-
name
@Nonnull public API.ResourceMap name(String name)
-
resourceMapItems
@Nonnull public API.ResourceMap resourceMapItems(API.ResourceMapItem[] resourceMapItems)
-
tags
@Nonnull public API.ResourceMap tags(@Nullable String[] tags)
-
updated
@Nonnull public API.ResourceMap updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.ResourceMap updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.ResourceMap updatedFrom(@Nullable Long updatedFrom)
-
width
@Nonnull public API.ResourceMap width(Integer width)
-
-