Uses of Class
org.odata4j.core.Guid

Packages that use Guid
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.expression   
 

Uses of Guid in org.odata4j.consumer
 

Methods in org.odata4j.consumer with parameters of type Guid
 OFunctionRequest<T> ConsumerFunctionCallRequest.pGuid(String name, Guid value)
           
 

Uses of Guid in org.odata4j.core
 

Methods in org.odata4j.core that return Guid
static Guid Guid.fromString(String value)
          Return a Guid for a given string.
static Guid Guid.fromUUID(UUID uuid)
          Return a Guid for a given UUID.
static Guid Guid.randomGuid()
          Generate a new Guid.
 

Methods in org.odata4j.core that return types with arguments of type Guid
static OProperty<Guid> OProperties.guid(String name, Guid value)
          Creates a new Guid-valued OData property with EdmSimpleType.GUID
static OProperty<Guid> OProperties.guid(String name, String value)
          Creates a new Guid-valued OData property with EdmSimpleType.GUID
 

Methods in org.odata4j.core with parameters of type Guid
static OProperty<Guid> OProperties.guid(String name, Guid value)
          Creates a new Guid-valued OData property with EdmSimpleType.GUID
 OFunctionRequest<T> OFunctionRequest.pGuid(String name, Guid value)
          Adds a guid parameter.
 

Uses of Guid in org.odata4j.edm
 

Fields in org.odata4j.edm with type parameters of type Guid
static EdmSimpleType<Guid> EdmSimpleType.GUID
           
 

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