ipworks
Class ODataEntryLink
java.lang.Object
ipworks.ODataEntryLink
public class ODataEntryLink
- extends java.lang.Object
An object representing a single OData entry link.
An object representing a single OData entry link.
ResourcePath:
The Resource Path of the OData entry element link.
By setting this value to ResourcePath
and calling QueryService
,
you can retrieve the related entries of the current entry (as specified by EntryIndex
).
Title:
The Title of the OData entry element link.
- See Also:
Atom
,
Atom.ODataEntryLink
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ODataEntryLink
public ODataEntryLink()
getResourcePath
public java.lang.String getResourcePath()
getTitle
public java.lang.String getTitle()
Copyright (c) 2013 /n software inc. - All rights reserved.