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.ShortURI
created(String created)
Optional<String>
deleted()
API.ShortURI
deleted(String deleted)
Optional<Long>
id()
API.ShortURI
id(Long id)
Optional<String>
tag()
API.ShortURI
tag(String tag)
Optional<String[]>
tags()
API.ShortURI
tags(String[] tags)
Optional<String>
updated()
API.ShortURI
updated(String updated)
Optional<Long>
updatedBy()
API.ShortURI
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.ShortURI
updatedFrom(Long updatedFrom)
Optional<String>
uri()
API.ShortURI
uri(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)
-
-