Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKCountryCode.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
6
public
class
ZoomSDKCountryCode
{
7
8
private
String
id
;
9
private
String
name
;
10
private
String
code
;
11
private
String
number
;
12
21
public
ZoomSDKCountryCode
(String
id
, String
name
, String
code
, String
number
) {
22
this.id =
id
;
23
this.name =
name
;
24
this.code =
code
;
25
this.number =
number
;
26
}
27
33
public
String
getId
() {
34
return
id
;
35
}
36
42
public
String
getName
() {
43
return
name
;
44
}
45
51
public
String
getCode
() {
52
return
code
;
53
}
54
60
public
String
getNumber
() {
61
return
number
;
62
}
63
}
us.zoom.sdk.ZoomSDKCountryCode.name
String name
Definition
ZoomSDKCountryCode.java:9
us.zoom.sdk.ZoomSDKCountryCode.ZoomSDKCountryCode
ZoomSDKCountryCode(String id, String name, String code, String number)
Constructs a ZoomSDKCountryCode instance.
Definition
ZoomSDKCountryCode.java:21
us.zoom.sdk.ZoomSDKCountryCode.number
String number
Definition
ZoomSDKCountryCode.java:11
us.zoom.sdk.ZoomSDKCountryCode.getNumber
String getNumber()
Gets the phone number.
Definition
ZoomSDKCountryCode.java:60
us.zoom.sdk.ZoomSDKCountryCode.getName
String getName()
Gets the country name.
Definition
ZoomSDKCountryCode.java:42
us.zoom.sdk.ZoomSDKCountryCode.id
String id
Definition
ZoomSDKCountryCode.java:8
us.zoom.sdk.ZoomSDKCountryCode.getCode
String getCode()
Gets the country code.
Definition
ZoomSDKCountryCode.java:51
us.zoom.sdk.ZoomSDKCountryCode.code
String code
Definition
ZoomSDKCountryCode.java:10
us.zoom.sdk.ZoomSDKCountryCode.getId
String getId()
Gets the country ID.
Definition
ZoomSDKCountryCode.java:33
msdk
sdk
ZoomSDKCountryCode.java
Generated by
1.16.1