Package com.twilio.twiml.voice
Class Identity
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Identity
-
public class Identity extends TwiML
TwiML wrapper for<Identity>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Identity.Builder
Create a new<Identity>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientIdentity()
Identity of the client to dial-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getClientIdentity
public String getClientIdentity()
Identity of the client to dial- Returns:
- Identity of the client to dial
-
-