Package com.onslip360
Class API.ShortURI
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.ShortURI>
 - 
- com.onslip360.API.ShortURI
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.ShortURI>>
- Enclosing class:
 - API
 
public static class API.ShortURI extends Onslip360Object<API.ShortURI>
 
- 
- 
Constructor Summary
Constructors Constructor Description ShortURI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>created()API.ShortURIcreated(String created)Optional<String>deleted()API.ShortURIdeleted(String deleted)Optional<Long>id()API.ShortURIid(Long id)Optional<String>tag()API.ShortURItag(String tag)Optional<String[]>tags()API.ShortURItags(String[] tags)Optional<String>updated()API.ShortURIupdated(String updated)Optional<Long>updatedBy()API.ShortURIupdatedBy(Long updatedBy)Optional<Long>updatedFrom()API.ShortURIupdatedFrom(Long updatedFrom)Optional<String>uri()API.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 API.ShortURI created(@Nullable String created)
 
- 
deleted
@Nonnull public API.ShortURI deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.ShortURI id(@Nullable Long id)
 
- 
tag
@Nonnull public API.ShortURI tag(@Nullable String tag)
 
- 
tags
@Nonnull public API.ShortURI tags(@Nullable String[] tags)
 
- 
updated
@Nonnull public API.ShortURI updated(@Nullable String updated)
 
- 
updatedBy
@Nonnull public API.ShortURI updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.ShortURI updatedFrom(@Nullable Long updatedFrom)
 
- 
uri
@Nonnull public API.ShortURI uri(@Nullable String uri)
 
 - 
 
 -