Class MenuResult
- java.lang.Object
-
- com.sinch.sdk.domains.voice.models.webhooks.MenuResult
-
public class MenuResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMenuResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MenuResult.Builderbuilder()MenuResultInputMethodTypegetInputMethod()StringgetMenuId()MenuInputTypegetType()StringgetValue()StringtoString()
-
-
-
Method Detail
-
getMenuId
public String getMenuId()
-
getType
public MenuInputType getType()
-
getValue
public String getValue()
-
getInputMethod
public MenuResultInputMethodType getInputMethod()
-
builder
public static MenuResult.Builder builder()
-
-