public interface

OAtomEntity

implements OExtension<T>
org.odata4j.core.OAtomEntity

Class Overview

Interface providing information for ATOM serialization.

Enables feed customization of ATOM entries for certain properties instead of using <m:Properties>

Summary

Public Methods
abstract String getAtomEntityAuthor()
abstract String getAtomEntitySummary()
If null returned, there will be no <summary> element in the response
abstract String getAtomEntityTitle()
abstract LocalDateTime getAtomEntityUpdated()

Public Methods

public abstract String getAtomEntityAuthor ()

Returns
  • Atom Entity author value or null

public abstract String getAtomEntitySummary ()

If null returned, there will be no <summary> element in the response

Returns
  • Atom Entity title or null

public abstract String getAtomEntityTitle ()

Returns
  • Atom Entity title or null

public abstract LocalDateTime getAtomEntityUpdated ()

Returns
  • Atom Entity updated value or null to use current date