|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Guid | |
---|---|
org.odata4j.core | Core odata4j concepts. |
org.odata4j.expression |
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.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 EdmType.GUID |
static OProperty<Guid> |
OProperties.guid(String name,
String value)
Creates a new Guid-valued OData property with EdmType.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 EdmType.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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |