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_Resourcedeleted(Erasable<String> deleted)API.Partial_Resourcedeleted(String deleted)Erasable<Long[]>labels()API.Partial_Resourcelabels(Erasable<Long[]> labels)API.Partial_Resourcelabels(Long[] labels)Optional<Long>location()API.Partial_Resourcelocation(Long location)Optional<String>name()API.Partial_Resourcename(String name)Erasable<String[]>tags()API.Partial_Resourcetags(Erasable<String[]> tags)API.Partial_Resourcetags(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)
-
-