IconUris Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.models.IconUris

public final class IconUris

Links to product icons.

Constructor Summary

Constructor Description
IconUris()

Creates an instance of IconUris class.

Method Summary

Modifier and Type Method and Description
String hero()

Get the hero property: URI to hero icon.

String large()

Get the large property: URI to large icon.

String medium()

Get the medium property: URI to medium icon.

String small()

Get the small property: URI to small icon.

void validate()

Validates the instance.

String wide()

Get the wide property: URI to wide icon.

IconUris withHero(String hero)

Set the hero property: URI to hero icon.

IconUris withLarge(String large)

Set the large property: URI to large icon.

IconUris withMedium(String medium)

Set the medium property: URI to medium icon.

IconUris withSmall(String small)

Set the small property: URI to small icon.

IconUris withWide(String wide)

Set the wide property: URI to wide icon.

Methods inherited from java.lang.Object

Constructor Details

IconUris

public IconUris()

Creates an instance of IconUris class.

Method Details

hero

public String hero()

Get the hero property: URI to hero icon.

Returns:

the hero value.

large

public String large()

Get the large property: URI to large icon.

Returns:

the large value.

medium

public String medium()

Get the medium property: URI to medium icon.

Returns:

the medium value.

small

public String small()

Get the small property: URI to small icon.

Returns:

the small value.

validate

public void validate()

Validates the instance.

wide

public String wide()

Get the wide property: URI to wide icon.

Returns:

the wide value.

withHero

public IconUris withHero(String hero)

Set the hero property: URI to hero icon.

Parameters:

hero - the hero value to set.

Returns:

the IconUris object itself.

withLarge

public IconUris withLarge(String large)

Set the large property: URI to large icon.

Parameters:

large - the large value to set.

Returns:

the IconUris object itself.

withMedium

public IconUris withMedium(String medium)

Set the medium property: URI to medium icon.

Parameters:

medium - the medium value to set.

Returns:

the IconUris object itself.

withSmall

public IconUris withSmall(String small)

Set the small property: URI to small icon.

Parameters:

small - the small value to set.

Returns:

the IconUris object itself.

withWide

public IconUris withWide(String wide)

Set the wide property: URI to wide icon.

Parameters:

wide - the wide value to set.

Returns:

the IconUris object itself.

Applies to