Package com.onslip360
Class API.Partial_Resource
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_Resource>
-
- com.onslip360.API.Partial_Resource
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_Resource>>
- Enclosing class:
- API
public static class API.Partial_Resource extends Onslip360Object<API.Partial_Resource>
-
-
Constructor Summary
Constructors Constructor Description Partial_Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
deleted()
API.Partial_Resource
deleted(Erasable<String> deleted)
API.Partial_Resource
deleted(String deleted)
Erasable<Long[]>
labels()
API.Partial_Resource
labels(Erasable<Long[]> labels)
API.Partial_Resource
labels(Long[] labels)
Optional<Long>
location()
API.Partial_Resource
location(Long location)
Optional<String>
name()
API.Partial_Resource
name(String name)
Erasable<String[]>
tags()
API.Partial_Resource
tags(Erasable<String[]> tags)
API.Partial_Resource
tags(String[] tags)
-
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
-
deleted
@Nonnull public API.Partial_Resource deleted(@Nullable String deleted)
-
deleted
@Nonnull public API.Partial_Resource deleted(@Nullable Erasable<String> deleted)
-
labels
@Nonnull public API.Partial_Resource labels(@Nullable Long[] labels)
-
labels
@Nonnull public API.Partial_Resource labels(@Nullable Erasable<Long[]> labels)
-
location
@Nonnull public API.Partial_Resource location(@Nullable Long location)
-
name
@Nonnull public API.Partial_Resource name(@Nullable String name)
-
tags
@Nonnull public API.Partial_Resource tags(@Nullable String[] tags)
-
tags
@Nonnull public API.Partial_Resource tags(@Nullable Erasable<String[]> tags)
-
-