Class MultiChannelAction

java.lang.Object
com.bandwidth.sdk.model.AbstractOpenApiSchema
com.bandwidth.sdk.model.MultiChannelAction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.10.0") public class MultiChannelAction extends AbstractOpenApiSchema
  • Field Details

  • Constructor Details

    • MultiChannelAction

      public MultiChannelAction()
    • MultiChannelAction

      public MultiChannelAction(Object o)
  • Method Details

    • getSchemas

      public Map<String,Class<?>> getSchemas()
      Description copied from class: AbstractOpenApiSchema
      Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
      Specified by:
      getSchemas in class AbstractOpenApiSchema
      Returns:
      an instance of the actual schema/object
    • setActualInstance

      public void setActualInstance(Object instance)
      Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: MultiChannelActionCalendarEvent, RbmActionBase, RbmActionDial, RbmActionOpenUrl, RbmActionViewLocation It could be an instance of the 'oneOf' schemas.
      Overrides:
      setActualInstance in class AbstractOpenApiSchema
      Parameters:
      instance - the actual instance of the schema/object
    • getActualInstance

      public Object getActualInstance()
      Get the actual instance, which can be the following: MultiChannelActionCalendarEvent, RbmActionBase, RbmActionDial, RbmActionOpenUrl, RbmActionViewLocation
      Overrides:
      getActualInstance in class AbstractOpenApiSchema
      Returns:
      The actual instance (MultiChannelActionCalendarEvent, RbmActionBase, RbmActionDial, RbmActionOpenUrl, RbmActionViewLocation)
    • getRbmActionBase

      public RbmActionBase getRbmActionBase() throws ClassCastException
      Get the actual instance of `RbmActionBase`. If the actual instance is not `RbmActionBase`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `RbmActionBase`
      Throws:
      ClassCastException - if the instance is not `RbmActionBase`
    • getRbmActionDial

      public RbmActionDial getRbmActionDial() throws ClassCastException
      Get the actual instance of `RbmActionDial`. If the actual instance is not `RbmActionDial`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `RbmActionDial`
      Throws:
      ClassCastException - if the instance is not `RbmActionDial`
    • getRbmActionViewLocation

      public RbmActionViewLocation getRbmActionViewLocation() throws ClassCastException
      Get the actual instance of `RbmActionViewLocation`. If the actual instance is not `RbmActionViewLocation`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `RbmActionViewLocation`
      Throws:
      ClassCastException - if the instance is not `RbmActionViewLocation`
    • getMultiChannelActionCalendarEvent

      public MultiChannelActionCalendarEvent getMultiChannelActionCalendarEvent() throws ClassCastException
      Get the actual instance of `MultiChannelActionCalendarEvent`. If the actual instance is not `MultiChannelActionCalendarEvent`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `MultiChannelActionCalendarEvent`
      Throws:
      ClassCastException - if the instance is not `MultiChannelActionCalendarEvent`
    • getRbmActionOpenUrl

      public RbmActionOpenUrl getRbmActionOpenUrl() throws ClassCastException
      Get the actual instance of `RbmActionOpenUrl`. If the actual instance is not `RbmActionOpenUrl`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `RbmActionOpenUrl`
      Throws:
      ClassCastException - if the instance is not `RbmActionOpenUrl`
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to MultiChannelAction
    • fromJson

      public static MultiChannelAction fromJson(String jsonString) throws IOException
      Create an instance of MultiChannelAction given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of MultiChannelAction
      Throws:
      IOException - if the JSON string is invalid with respect to MultiChannelAction
    • toJson

      public String toJson()
      Convert an instance of MultiChannelAction to an JSON string
      Returns:
      JSON string