Package com.onslip360
Class API.Stored_ShortURI
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_ShortURI>
 - 
- com.onslip360.API.Stored_ShortURI
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_ShortURI>>
- Enclosing class:
 - API
 
public static class API.Stored_ShortURI extends Onslip360Object<API.Stored_ShortURI>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_ShortURI(String created, Long id, String updated) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcreated()API.Stored_ShortURIcreated(String created)Optional<String>deleted()API.Stored_ShortURIdeleted(String deleted)Longid()API.Stored_ShortURIid(Long id)Optional<String>tag()API.Stored_ShortURItag(String tag)Optional<String[]>tags()API.Stored_ShortURItags(String[] tags)Stringupdated()API.Stored_ShortURIupdated(String updated)Optional<Long>updatedBy()API.Stored_ShortURIupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.Stored_ShortURIupdatedFrom(Long updatedFrom)Optional<String>uri()API.Stored_ShortURIuri(String uri)- 
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_ShortURI created(String created)
 
- 
deleted
@Nonnull public API.Stored_ShortURI deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_ShortURI id(Long id)
 
- 
tag
@Nonnull public API.Stored_ShortURI tag(@Nullable String tag)
 
- 
tags
@Nonnull public API.Stored_ShortURI tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.Stored_ShortURI updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_ShortURI updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_ShortURI updatedFrom(@Nullable Long updatedFrom)
 
- 
uri
@Nonnull public API.Stored_ShortURI uri(@Nullable String uri)
 
 - 
 
 -