public interface

IServiceDocument

com.google.gdata.data.introspection.IServiceDocument
Known Indirect Subclasses

Class Overview

Shared service document interface.

Summary

Public Methods
abstract IWorkspace addWorkspace(String title)
Add a new workspace to the service document, returning the newly created workspace to the caller.
abstract List<? extends IWorkspace> getWorkspaces()
Returns the workspaces associated with this service.

Public Methods

public abstract IWorkspace addWorkspace (String title)

Add a new workspace to the service document, returning the newly created workspace to the caller.

Parameters
title

public abstract List<? extends IWorkspace> getWorkspaces ()

Returns the workspaces associated with this service.