Class Images


  • public class Images
    extends java.lang.Object
    Images - Image assets for this provider
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Images()  
      Images​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Images.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl()
      URL of the square logo designed and used by StackOne for this provider
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl()
      URL of the original provider logo (with logo and/or name aligned horizontally)
      java.lang.String toString()  
      Images withLogoUrl​(java.lang.String logoUrl)
      URL of the square logo designed and used by StackOne for this provider
      Images withLogoUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl)
      URL of the square logo designed and used by StackOne for this provider
      Images withOriginalLogoHorizontalUrl​(java.lang.String originalLogoHorizontalUrl)
      URL of the original provider logo (with logo and/or name aligned horizontally)
      Images withOriginalLogoHorizontalUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl)
      URL of the original provider logo (with logo and/or name aligned horizontally)
      • Methods inherited from class java.lang.Object

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

      • Images

        public Images​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl,
                      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl)
      • Images

        public Images()
    • Method Detail

      • logoUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl()
        URL of the square logo designed and used by StackOne for this provider
      • originalLogoHorizontalUrl

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl()
        URL of the original provider logo (with logo and/or name aligned horizontally)
      • withLogoUrl

        public Images withLogoUrl​(java.lang.String logoUrl)
        URL of the square logo designed and used by StackOne for this provider
      • withLogoUrl

        public Images withLogoUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl)
        URL of the square logo designed and used by StackOne for this provider
      • withOriginalLogoHorizontalUrl

        public Images withOriginalLogoHorizontalUrl​(java.lang.String originalLogoHorizontalUrl)
        URL of the original provider logo (with logo and/or name aligned horizontally)
      • withOriginalLogoHorizontalUrl

        public Images withOriginalLogoHorizontalUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl)
        URL of the original provider logo (with logo and/or name aligned horizontally)
      • 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