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.ResourceMapcreated(String created)Optional<String>deleted()API.ResourceMapdeleted(String deleted)Integerheight()API.ResourceMapheight(Integer height)Optional<Long>id()API.ResourceMapid(Long id)Optional<Long[]>labels()API.ResourceMaplabels(Long[] labels)Longlocation()API.ResourceMaplocation(Long location)Stringname()API.ResourceMapname(String name)API.ResourceMapItem[]resourceMapItems()API.ResourceMapresourceMapItems(API.ResourceMapItem[] resourceMapItems)Optional<String[]>tags()API.ResourceMaptags(String[] tags)Optional<String>updated()API.ResourceMapupdated(String updated)Optional<Long>updatedBy()API.ResourceMapupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.ResourceMapupdatedFrom(Long updatedFrom)Integerwidth()API.ResourceMapwidth(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)
 
 - 
 
 -