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