public static class

RequestMethod.Builder

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.rebind.model.RequestMethod.Builder

Class Overview

Builds a ContextMethod.

Summary

Public Constructors
RequestMethod.Builder()
Public Methods
RequestMethod build()
void setCollectionElementType(JClassType elementType)
void setCollectionType(RequestMethod.CollectionType collectionType)
void setDataType(JClassType dataType)
void setDeclarationMethod(JMethod declarationMethod)
void setEntityType(EntityProxyModel entityType)
void setInstanceType(EntityProxyModel instanceType)
void setValueType(boolean valueType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RequestMethod.Builder ()

Public Methods

public RequestMethod build ()

public void setCollectionElementType (JClassType elementType)

public void setCollectionType (RequestMethod.CollectionType collectionType)

public void setDataType (JClassType dataType)

public void setDeclarationMethod (JMethod declarationMethod)

public void setEntityType (EntityProxyModel entityType)

public void setInstanceType (EntityProxyModel instanceType)

public void setValueType (boolean valueType)