All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sinch.sdk.domains.voice.models.svaml.ActionHangUp Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.sinch.sdk.domains.voice.models.svaml;

public class ActionHangUp extends Action {

  private ActionHangUp() {}

  public static Builder builder() {
    return new Builder<>();
  }

  public static class Builder> {

    public ActionHangUp build() {
      return new ActionHangUp();
    }

    @SuppressWarnings("unchecked")
    protected B self() {
      return (B) this;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy