Package com.onslip360
Class API.Partial_ShortURI
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_ShortURI>
 - 
- com.onslip360.API.Partial_ShortURI
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_ShortURI>>
- Enclosing class:
 - API
 
public static class API.Partial_ShortURI extends Onslip360Object<API.Partial_ShortURI>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_ShortURI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>deleted()API.Partial_ShortURIdeleted(Erasable<String> deleted)API.Partial_ShortURIdeleted(String deleted)Erasable<String>tag()API.Partial_ShortURItag(Erasable<String> tag)API.Partial_ShortURItag(String tag)Erasable<String[]>tags()API.Partial_ShortURItags(Erasable<String[]> tags)API.Partial_ShortURItags(String[] tags)Erasable<String>uri()API.Partial_ShortURIuri(Erasable<String> uri)API.Partial_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
- 
deleted
@Nonnull public API.Partial_ShortURI deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_ShortURI deleted(@Nullable Erasable<String> deleted)
 
- 
tag
@Nonnull public API.Partial_ShortURI tag(@Nullable String tag)
 
- 
tag
@Nonnull public API.Partial_ShortURI tag(@Nullable Erasable<String> tag)
 
- 
tags
@Nonnull public API.Partial_ShortURI tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_ShortURI tags(@Nullable Erasable<String[]> tags)
 
- 
uri
@Nonnull public API.Partial_ShortURI uri(@Nullable String uri)
 
- 
uri
@Nonnull public API.Partial_ShortURI uri(@Nullable Erasable<String> uri)
 
 - 
 
 -