A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

dallas(String, String, String) - Static method in class org.odata4j.consumer.ODataConsumers
 
DallasCtp2AuthenticationBehavior - Class in org.odata4j.consumer.behaviors
 
DallasCtp2AuthenticationBehavior(String, String) - Constructor for class org.odata4j.consumer.behaviors.DallasCtp2AuthenticationBehavior
 
DATA_SERVICE_VERSION - Static variable in class org.odata4j.core.ODataConstants
 
DATA_SERVICE_VERSION - Static variable in class org.odata4j.core.ODataConstants.Headers
 
datetime(String, LocalDateTime) - Static method in class org.odata4j.core.OProperties
 
datetime(String, Date) - Static method in class org.odata4j.core.OProperties
 
DATETIME - Static variable in class org.odata4j.edm.EdmType
 
dateTime(LocalDateTime) - Static method in class org.odata4j.expression.Expression
 
DATETIME_FORMATTER - Static variable in class org.odata4j.expression.ExpressionParser
 
DateTimeLiteral - Interface in org.odata4j.expression
 
DATETIMEOFFSET - Static variable in class org.odata4j.edm.EdmType
 
dateTimeOffset(DateTime) - Static method in class org.odata4j.expression.Expression
 
DATETIMEOFFSET_FORMATTER - Static variable in class org.odata4j.expression.ExpressionParser
 
DateTimeOffsetLiteral - Interface in org.odata4j.expression
 
day(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
DayMethodCallExpression - Interface in org.odata4j.expression
 
decimal(String, BigDecimal) - Static method in class org.odata4j.core.OProperties
 
decimal(String, long) - Static method in class org.odata4j.core.OProperties
 
decimal(String, double) - Static method in class org.odata4j.core.OProperties
 
DECIMAL - Static variable in class org.odata4j.edm.EdmType
 
decimal(BigDecimal) - Static method in class org.odata4j.expression.Expression
 
DecimalLiteral - Interface in org.odata4j.expression
 
decode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes an Object using the base64 algorithm.
decode(String) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a String containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(byte[]) - Method in interface org.odata4j.repack.org.apache.commons.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface org.odata4j.repack.org.apache.commons.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decodeBase64(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes Base64 data into octets
decodeHex(char[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decodeInteger(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
Decoder - Interface in org.odata4j.repack.org.apache.commons.codec
Provides the highest level of abstraction for Decoders.
DecoderException - Exception in org.odata4j.repack.org.apache.commons.codec
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException() - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructsa new exception with the specified detail message and cause.
DecoderException(Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DEFAULT_CHARSET_NAME - Static variable in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Default charset name is CharEncoding.UTF_8
delete(String) - Static method in class org.odata4j.consumer.ODataClientRequest
 
deleteEntity(ODataClientRequest) - Method in class org.odata4j.consumer.ODataClient
 
deleteEntity(String, Object...) - Method in class org.odata4j.consumer.ODataConsumer
 
deleteEntity(String, Object) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
deleteEntity(String, Object) - Method in class org.odata4j.producer.jpa.JPAProducer
 
deleteEntity(String, Object) - Method in interface org.odata4j.producer.ODataProducer
 
deleteEntity(HttpContext, ODataProducer, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
div(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
DivExpression - Interface in org.odata4j.expression
 
DomXMLFactoryProvider2 - Class in org.odata4j.stax2.domimpl
 
DomXMLFactoryProvider2() - Constructor for class org.odata4j.stax2.domimpl.DomXMLFactoryProvider2
 
DOUBLE - Static variable in class org.odata4j.edm.EdmType
 
double_(String, Double) - Static method in class org.odata4j.core.OProperties
 
double_(double) - Static method in class org.odata4j.expression.Expression
 
DoubleLiteral - Interface in org.odata4j.expression
 
DUMP_EXPRESSION_INFO - Static variable in class org.odata4j.expression.ExpressionParser
 
DUMP_REQUEST_BODY - Static variable in class org.odata4j.consumer.ODataConsumer
 
DUMP_REQUEST_HEADERS - Static variable in class org.odata4j.consumer.ODataConsumer
 
DUMP_RESPONSE_BODY - Static variable in class org.odata4j.consumer.ODataConsumer
 
DUMP_RESPONSE_HEADERS - Static variable in class org.odata4j.consumer.ODataConsumer
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y
http://odata4j.org