Package com.onslip360
Class API.Stored_DataObject
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_DataObject>
 - 
- com.onslip360.API.Stored_DataObject
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_DataObject>>
- Enclosing class:
 - API
 
public static class API.Stored_DataObject extends Onslip360Object<API.Stored_DataObject>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_DataObject(String created, Long id, String updated) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcreated()API.Stored_DataObjectcreated(String created)Optional<String>deleted()API.Stored_DataObjectdeleted(String deleted)Longid()API.Stored_DataObjectid(Long id)Optional<Long[]>labels()API.Stored_DataObjectlabels(Long[] labels)Optional<String[]>tags()API.Stored_DataObjecttags(String[] tags)Stringupdated()API.Stored_DataObjectupdated(String updated)Optional<Long>updatedBy()API.Stored_DataObjectupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_DataObjectupdatedFrom(Long updatedFrom)- 
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
- 
created
@Nonnull public String created()
 
- 
id
@Nonnull public Long id()
 
- 
updated
@Nonnull public String updated()
 
- 
created
@Nonnull public API.Stored_DataObject created(String created)
 
- 
deleted
@Nonnull public API.Stored_DataObject deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_DataObject id(Long id)
 
- 
labels
@Nonnull public API.Stored_DataObject labels(@Nullable Long[] labels)
 
- 
tags
@Nonnull public API.Stored_DataObject tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.Stored_DataObject updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_DataObject updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_DataObject updatedFrom(@Nullable Long updatedFrom)
 
 - 
 
 -