public class

TranslationMemoryQuery

extends Query
java.lang.Object
   ↳ com.google.gdata.client.Query
     ↳ com.google.gdata.client.gtt.TranslationMemoryQuery

Class Overview

Describes a query for the feed of translation memories.

Summary

[Expand]
Inherited Constants
From class com.google.gdata.client.Query
Fields
private String scope Scope.
[Expand]
Inherited Fields
From class com.google.gdata.client.Query
Public Constructors
TranslationMemoryQuery(URL feedUrl)
Constructs a new query object that targets a feed.
Public Methods
String getScope()
Returns the scope.
void setScope(String scope)
Sets the scope.
[Expand]
Inherited Methods
From class com.google.gdata.client.Query
From class java.lang.Object

Fields

private String scope

Scope.

Public Constructors

public TranslationMemoryQuery (URL feedUrl)

Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.

Parameters
feedUrl The URL of the feed against which queries will be executed.

Public Methods

public String getScope ()

Returns the scope.

Returns
  • scope or null to indicate that the parameter is not set.

public void setScope (String scope)

Sets the scope.

Parameters
scope Scope or null to remove this parameter if set.