| java.lang.Object |
| ↳ |
org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson> |
| |
↳ |
org.mule.module.google.task.model.Links |
Class Overview
Wrapper for Links
to make it data mapper friendly.
Summary
|
[Expand]
Inherited Fields |
From class
org.mule.modules.google.api.model.BaseWrapper
|
protected
T extends GenericJson |
wrapped |
|
|
| Public Constructors |
|
|
Links()
|
|
|
Links(Task.Links wrapped)
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.google.api.model.BaseWrapper
|
static
<G extends GenericJson, T extends BaseWrapper<?>>
List<G>
|
unwrapp(Collection<T> arg0, Class<G> arg1)
|
|
static
<T extends BaseWrapper<?>, G extends GenericJson>
List<T>
|
valueOf(Collection<G> arg0, Class<T> arg1)
|
|
T
|
wrapped()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
Links
(Task.Links wrapped)
Public Methods
public
boolean
equals
(Object o)
public
String
getDescription
()
public
void
setDescription
(String description)
public
void
setLink
(String link)
public
void
setType
(String type)
public
String
toPrettyString
()
public
String
toString
()