Uses of Class
org.odata4j.core.Guid

Packages that use Guid
org.odata4j.core   
org.odata4j.expression   
 

Uses of Guid in org.odata4j.core
 

Methods in org.odata4j.core that return Guid
static Guid Guid.fromString(String value)
           
static Guid Guid.randomGuid()
           
 

Methods in org.odata4j.core that return types with arguments of type Guid
static OProperty<Guid> OProperties.guid(String name, Guid value)
           
static OProperty<Guid> OProperties.guid(String name, String value)
           
 

Methods in org.odata4j.core with parameters of type Guid
static OProperty<Guid> OProperties.guid(String name, Guid value)
           
 

Uses of Guid in org.odata4j.expression
 

Methods in org.odata4j.expression that return Guid
 Guid GuidLiteral.getValue()
           
 

Methods in org.odata4j.expression with parameters of type Guid
static GuidLiteral Expression.guid(Guid value)
           
 



http://odata4j.org