Class FaxExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static FaxResponse faxResponse(Function1<FaxResponse.Builder, Unit> block) Build a com.twilio.twiml.FaxResponse
      final static FaxResponse.Builder addChild(FaxResponse.Builder $self, String tag, Function1<GenericNode.Builder, Unit> block)
      final static Receive.Builder addChild(Receive.Builder $self, String tag, Function1<GenericNode.Builder, Unit> block)
      final static FaxResponse.Builder receive(FaxResponse.Builder $self, Function1<Receive.Builder, Unit> block)
      final static Receive buildReceive(Function1<Receive.Builder, Unit> block) Build a com.twilio.twiml.fax.Receive
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • faxResponse

         final static FaxResponse faxResponse(Function1<FaxResponse.Builder, Unit> block)

        Build a com.twilio.twiml.FaxResponse

      • addChild

         final static FaxResponse.Builder addChild(FaxResponse.Builder $self, String tag, Function1<GenericNode.Builder, Unit> block)
      • addChild

         final static Receive.Builder addChild(Receive.Builder $self, String tag, Function1<GenericNode.Builder, Unit> block)
      • receive

         final static FaxResponse.Builder receive(FaxResponse.Builder $self, Function1<Receive.Builder, Unit> block)
      • buildReceive

         final static Receive buildReceive(Function1<Receive.Builder, Unit> block)

        Build a com.twilio.twiml.fax.Receive