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