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_ResourceMap
deleted(Erasable<String> deleted)
API.Partial_ResourceMap
deleted(String deleted)
Optional<Integer>
height()
API.Partial_ResourceMap
height(Integer height)
Erasable<Long[]>
labels()
API.Partial_ResourceMap
labels(Erasable<Long[]> labels)
API.Partial_ResourceMap
labels(Long[] labels)
Optional<Long>
location()
API.Partial_ResourceMap
location(Long location)
Optional<String>
name()
API.Partial_ResourceMap
name(String name)
Optional<API.Partial_ResourceMapItem[]>
resourceMapItems()
API.Partial_ResourceMap
resourceMapItems(API.Partial_ResourceMapItem[] resourceMapItems)
Erasable<String[]>
tags()
API.Partial_ResourceMap
tags(Erasable<String[]> tags)
API.Partial_ResourceMap
tags(String[] tags)
Optional<Integer>
width()
API.Partial_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
-
-
-
-
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)
-
-