public class

Scope

extends BaseWrapper<T extends GenericJson>
java.lang.Object
   ↳ org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson>
     ↳ org.mule.module.google.calendar.model.Scope

Class Overview

Wrapper for com.google.api.services.calendar.model.AclRule.Scope to make it data mapper friendly.

Summary

[Expand]
Inherited Fields
From class org.mule.modules.google.api.model.BaseWrapper
Public Constructors
Scope()
Scope(AclRule.Scope wrapped)
Public Methods
boolean equals(Object o)
String getType()
String getValue()
int hashCode()
void setType(String type)
void setValue(String value)
String toPrettyString()
String toString()
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public Scope ()

public Scope (AclRule.Scope wrapped)

Parameters
wrapped

Public Methods

public boolean equals (Object o)

Parameters
o

public String getType ()

public String getValue ()

public int hashCode ()

public void setType (String type)

Parameters
type

public void setValue (String value)

Parameters
value

public String toPrettyString ()

Throws
IOException

public String toString ()