public class SkypeSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey
The api key.
|
protected String |
apiKeyCC
The api key CC.
|
protected String |
callTitle
The call title.
|
protected String |
clientId
The client id.
|
protected String[] |
origins
The origins.
|
protected String |
redirectUri
The redirect uri.
|
protected String[] |
supportedTypes
The supported types.
|
protected String |
title
The title.
|
protected String |
type
The name.
|
protected String |
version
The version.
|
| Constructor and Description |
|---|
SkypeSettings(String type,
String[] supportedTypes,
String title,
String callTitle,
String clientId,
String redirectUri,
String version,
String apiKey,
String apiKeyCC,
String[] origins)
Instantiates a new skype settings.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey()
Gets the api key.
|
String |
getApiKeyCC()
Gets the api key CC.
|
String |
getCallTitle()
Gets the call title.
|
String |
getClientId()
Gets the client id.
|
String[] |
getOrigins()
Gets the origins.
|
String |
getRedirectUri()
Gets the redirect uri.
|
String[] |
getSupportedTypes()
Gets the supported types.
|
String |
getTitle()
Gets the title.
|
String |
getType()
Gets the name.
|
String |
getVersion()
Gets the version.
|
protected final String type
protected final String[] supportedTypes
protected final String title
protected final String callTitle
protected final String clientId
protected final String redirectUri
protected final String version
protected final String apiKey
protected final String apiKeyCC
protected final String[] origins
public SkypeSettings(String type, String[] supportedTypes, String title, String callTitle, String clientId, String redirectUri, String version, String apiKey, String apiKeyCC, String[] origins)
type - the namesupportedTypes - the supported typestitle - the titlecallTitle - the call titleclientId - the client idredirectUri - the redirect uriversion - the versionapiKey - the api keyapiKeyCC - the api key CCorigins - the originspublic String getType()
public String[] getSupportedTypes()
public String getTitle()
public String getCallTitle()
public String getClientId()
public String getRedirectUri()
public String getVersion()
public String getApiKey()
public String getApiKeyCC()
public String[] getOrigins()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.