Class AtsCreateApplicationRequest


  • public class AtsCreateApplicationRequest
    extends java.lang.Object
    • Constructor Detail

      • AtsCreateApplicationRequest

        public AtsCreateApplicationRequest​(java.lang.String xAccountId,
                                           java.util.Optional<java.lang.String> prefer,
                                           AtsCreateApplicationRequestDto atsCreateApplicationRequestDto)
      • AtsCreateApplicationRequest

        public AtsCreateApplicationRequest​(java.lang.String xAccountId,
                                           AtsCreateApplicationRequestDto atsCreateApplicationRequestDto)
    • Method Detail

      • xAccountId

        public java.lang.String xAccountId()
        The account identifier
      • prefer

        public java.util.Optional<java.lang.String> prefer()
        Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
      • withPrefer

        public AtsCreateApplicationRequest withPrefer​(java.lang.String prefer)
        Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
      • withPrefer

        public AtsCreateApplicationRequest withPrefer​(java.util.Optional<java.lang.String> prefer)
        Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object