Package com.onslip360
Class API.Partial_ResourceMapItem
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ResourceMapItem>
-
- com.onslip360.API.Partial_ResourceMapItem
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ResourceMapItem>>
- Enclosing class:
- API
public static class API.Partial_ResourceMapItem extends Onslip360Object<API.Partial_ResourceMapItem>
-
-
Constructor Summary
Constructors Constructor Description Partial_ResourceMapItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
height()
API.Partial_ResourceMapItem
height(Integer height)
Erasable<Long>
resource()
API.Partial_ResourceMapItem
resource(Erasable<Long> resource)
API.Partial_ResourceMapItem
resource(Long resource)
Optional<API.ResourceMapItem.Shape>
shape()
API.Partial_ResourceMapItem
shape(API.ResourceMapItem.Shape shape)
Optional<API.ResourceMapItem.Type>
type()
API.Partial_ResourceMapItem
type(API.ResourceMapItem.Type type)
Optional<Integer>
width()
API.Partial_ResourceMapItem
width(Integer width)
Optional<Integer>
x()
API.Partial_ResourceMapItem
x(Integer x)
Optional<Integer>
y()
API.Partial_ResourceMapItem
y(Integer y)
-
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
-
shape
@Nonnull public Optional<API.ResourceMapItem.Shape> shape()
-
type
@Nonnull public Optional<API.ResourceMapItem.Type> type()
-
height
@Nonnull public API.Partial_ResourceMapItem height(@Nullable Integer height)
-
resource
@Nonnull public API.Partial_ResourceMapItem resource(@Nullable Long resource)
-
resource
@Nonnull public API.Partial_ResourceMapItem resource(@Nullable Erasable<Long> resource)
-
shape
@Nonnull public API.Partial_ResourceMapItem shape(@Nullable API.ResourceMapItem.Shape shape)
-
type
@Nonnull public API.Partial_ResourceMapItem type(@Nullable API.ResourceMapItem.Type type)
-
width
@Nonnull public API.Partial_ResourceMapItem width(@Nullable Integer width)
-
x
@Nonnull public API.Partial_ResourceMapItem x(@Nullable Integer x)
-
y
@Nonnull public API.Partial_ResourceMapItem y(@Nullable Integer y)
-
-