Click or drag to resize
Oracle.Cloud.Mobile.Synchronization.MobileEndpoint Namespace
 
Classes
  ClassDescription
Public classFetchCollectionBuilderT
Class that exposes fluent APIs for fetching objects from an Api Endpoint.
Public classFetchFileBuilderT
Class that exposes fluent APIs for fetching an MobileFile from an Api Endpoint.
Public classFetchObjectBuilderT
Class that exposes fluent APIs for fetching an object from an Api Endpoint.
Public classMobileEndpointT
Class that represents an endpoint in a custom code API.
Public classMobileFile
Class that represents an file or blob returned by a custom code API.
Public classMobileObject
Class that represents an object returned by a custom code API. Callers can deliver from MobileObject to provide strongly typed properties for the object.
Public classMobileObjectCollectionT
Class that represents a collection of MobileObjects returned by a custom code API.
Public classMobileResource
Base class for MobileObject, MobileCollection and MobileFile.
Enumerations
  EnumerationDescription
Public enumerationComparison
Comparison operator for sorting in an MobileEndpoint.
Public enumerationPinPriority
The priority of pinned resources. High priority resources are synchronized first and network status may affect which resources are synchronized in the background.
Public enumerationPropertyType
The datatype for the value of a Property being registered with the MobileEndpoint.