Class Images
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Images
-
public class Images extends java.lang.ObjectImages - Image assets for this provider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImages.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Images.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>logoUrl()URL of the square logo designed and used by StackOne for this providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>originalLogoHorizontalUrl()URL of the original provider logo (with logo and/or name aligned horizontally)java.lang.StringtoString()ImageswithLogoUrl(java.lang.String logoUrl)URL of the square logo designed and used by StackOne for this providerImageswithLogoUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> logoUrl)URL of the square logo designed and used by StackOne for this providerImageswithOriginalLogoHorizontalUrl(java.lang.String originalLogoHorizontalUrl)URL of the original provider logo (with logo and/or name aligned horizontally)ImageswithOriginalLogoHorizontalUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originalLogoHorizontalUrl)URL of the original provider logo (with logo and/or name aligned horizontally)
-
-
-
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)
-
builder
public static final Images.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-