Class Images.Builder

  • Enclosing class:
    Images

    public static final class Images.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Images build()  
      Images.Builder logoUrl​(java.lang.String logoUrl)
      URL of the square logo designed and used by StackOne for this provider
      Images.Builder logoUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl)
      URL of the square logo designed and used by StackOne for this provider
      Images.Builder originalLogoHorizontalUrl​(java.lang.String originalLogoHorizontalUrl)
      URL of the original provider logo (with logo and/or name aligned horizontally)
      Images.Builder originalLogoHorizontalUrl​(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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • logoUrl

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

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

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

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

        public Images build()