Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conversation.updaters
Interface XConversationUpdater

All Superinterfaces:
waggle.common.modules.object.updaters.XObjectUpdater

public interface XConversationUpdater
extends waggle.common.modules.object.updaters.XObjectUpdater

Updater for Conversations.


Field Summary
static String APP_SHARING_RECORDING
          Boolean for whether app-sharing recording is enabled.
static String DATE_FORMAT_LOCALE
          The date-format locale.
static String EMAIL_ID
          String for short email id for inbound email.
static String LANGUAGE_LOCALE
          The spoken language locale.
static String LATITUDE
          Double for the latitude.
static Double LATITUDE_MAX
          Max possible latitude.
static Double LATITUDE_MIN
          Min possible latitude.
static String LONGITUDE
          Double for the longitude.
static Double LONGITUDE_MAX
          Max possible longitude.
static Double LONGITUDE_MIN
          Min possible longitude.
static String REQUEST_HANDLING
          Enum for request handling options.
static String REQUEST_ROLE
          Enum for default role on auto-accept request handling.
static String TIME_ZONE
          The time zone.
static String VOICE_RECORDING
          Boolean for whether voice recording is enabled.

 

Field Detail

LATITUDE

static final String LATITUDE
Double for the latitude.
See Also:
Constant Field Values

LATITUDE_MIN

static final Double LATITUDE_MIN
Min possible latitude.

LATITUDE_MAX

static final Double LATITUDE_MAX
Max possible latitude.

LONGITUDE

static final String LONGITUDE
Double for the longitude.
See Also:
Constant Field Values

LONGITUDE_MIN

static final Double LONGITUDE_MIN
Min possible longitude.

LONGITUDE_MAX

static final Double LONGITUDE_MAX
Max possible longitude.

REQUEST_HANDLING

static final String REQUEST_HANDLING
Enum for request handling options.
See Also:
Constant Field Values

REQUEST_ROLE

static final String REQUEST_ROLE
Enum for default role on auto-accept request handling.
See Also:
Constant Field Values

EMAIL_ID

static final String EMAIL_ID
String for short email id for inbound email.
See Also:
Constant Field Values

VOICE_RECORDING

static final String VOICE_RECORDING
Boolean for whether voice recording is enabled.
See Also:
Constant Field Values

APP_SHARING_RECORDING

static final String APP_SHARING_RECORDING
Boolean for whether app-sharing recording is enabled.
See Also:
Constant Field Values

LANGUAGE_LOCALE

static final String LANGUAGE_LOCALE
The spoken language locale.
See Also:
Constant Field Values

DATE_FORMAT_LOCALE

static final String DATE_FORMAT_LOCALE
The date-format locale.
See Also:
Constant Field Values

TIME_ZONE

static final String TIME_ZONE
The time zone.
See Also:
Constant Field Values

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.