Class SmsTemplate


  • public class SmsTemplate
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SmsTemplate.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      SmsTemplate()  
      SmsTemplate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SmsMessages>> messages)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SmsTemplate.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      Date of creation
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<SmsMessages>> messages()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()  
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      Date of last update
      SmsTemplate withCreatedAt​(java.time.OffsetDateTime createdAt)
      Date of creation
      SmsTemplate withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      Date of creation
      SmsTemplate withId​(java.lang.String id)
      Unique identifier
      SmsTemplate withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      SmsTemplate withMessages​(java.util.List<SmsMessages> messages)  
      SmsTemplate withMessages​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SmsMessages>> messages)  
      SmsTemplate withName​(java.lang.String name)  
      SmsTemplate withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)  
      SmsTemplate withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      SmsTemplate withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      SmsTemplate withTags​(java.util.List<java.lang.String> tags)  
      SmsTemplate withTags​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)  
      SmsTemplate withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      Date of last update
      SmsTemplate withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      Date of last update
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SmsTemplate

        public SmsTemplate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                           org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags,
                           org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                           org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt,
                           org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SmsMessages>> messages)
      • SmsTemplate

        public SmsTemplate()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      • tags

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        Date of creation
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        Date of last update
      • messages

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<SmsMessages>> messages()
      • withId

        public SmsTemplate withId​(java.lang.String id)
        Unique identifier
      • withId

        public SmsTemplate withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public SmsTemplate withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public SmsTemplate withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public SmsTemplate withName​(java.lang.String name)
      • withName

        public SmsTemplate withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      • withTags

        public SmsTemplate withTags​(java.util.List<java.lang.String> tags)
      • withTags

        public SmsTemplate withTags​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
      • withCreatedAt

        public SmsTemplate withCreatedAt​(java.time.OffsetDateTime createdAt)
        Date of creation
      • withCreatedAt

        public SmsTemplate withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Date of creation
      • withUpdatedAt

        public SmsTemplate withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Date of last update
      • withUpdatedAt

        public SmsTemplate withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Date of last update
      • withMessages

        public SmsTemplate withMessages​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<SmsMessages>> messages)
      • 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