Package com.onslip360
Class API.Partial_ResourceMap
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_ResourceMap>
 - 
- com.onslip360.API.Partial_ResourceMap
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_ResourceMap>>
- Enclosing class:
 - API
 
public static class API.Partial_ResourceMap extends Onslip360Object<API.Partial_ResourceMap>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_ResourceMap() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>deleted()API.Partial_ResourceMapdeleted(Erasable<String> deleted)API.Partial_ResourceMapdeleted(String deleted)Optional<Integer>height()API.Partial_ResourceMapheight(Integer height)Erasable<Long[]>labels()API.Partial_ResourceMaplabels(Erasable<Long[]> labels)API.Partial_ResourceMaplabels(Long[] labels)Optional<Long>location()API.Partial_ResourceMaplocation(Long location)Optional<String>name()API.Partial_ResourceMapname(String name)Optional<API.Partial_ResourceMapItem[]>resourceMapItems()API.Partial_ResourceMapresourceMapItems(API.Partial_ResourceMapItem[] resourceMapItems)Erasable<String[]>tags()API.Partial_ResourceMaptags(Erasable<String[]> tags)API.Partial_ResourceMaptags(String[] tags)Optional<Integer>width()API.Partial_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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
resourceMapItems
@Nonnull public Optional<API.Partial_ResourceMapItem[]> resourceMapItems()
 
- 
deleted
@Nonnull public API.Partial_ResourceMap deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_ResourceMap deleted(@Nullable Erasable<String> deleted)
 
- 
height
@Nonnull public API.Partial_ResourceMap height(@Nullable Integer height)
 
- 
labels
@Nonnull public API.Partial_ResourceMap labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_ResourceMap labels(@Nullable Erasable<Long[]> labels)
 
- 
location
@Nonnull public API.Partial_ResourceMap location(@Nullable Long location)
 
- 
name
@Nonnull public API.Partial_ResourceMap name(@Nullable String name)
 
- 
resourceMapItems
@Nonnull public API.Partial_ResourceMap resourceMapItems(@Nullable API.Partial_ResourceMapItem[] resourceMapItems)
 
- 
tags
@Nonnull public API.Partial_ResourceMap tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_ResourceMap tags(@Nullable Erasable<String[]> tags)
 
- 
width
@Nonnull public API.Partial_ResourceMap width(@Nullable Integer width)
 
 - 
 
 -