public static final class

AttendeeType.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.AttendeeType.Value

Class Overview

Value.

Summary

Constants
String OPTIONAL Optional attendee.
String REQUIRED Required attendee.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String OPTIONAL

Optional attendee.

Constant Value: "http://schemas.google.com/g/2005#event.optional"

public static final String REQUIRED

Required attendee.

Constant Value: "http://schemas.google.com/g/2005#event.required"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.