java.lang.Object
com.azure.resourcemanager.customerinsights.fluent.models.WidgetType

public final class WidgetType extends Object
Definition of WidgetType.
  • Constructor Details

    • WidgetType

      public WidgetType()
      Creates an instance of WidgetType class.
  • Method Details

    • widgetTypeName

      public String widgetTypeName()
      Get the widgetTypeName property: Name of the widget type.
      Returns:
      the widgetTypeName value.
    • definition

      public String definition()
      Get the definition property: Definition for widget type.
      Returns:
      the definition value.
    • withDefinition

      public WidgetType withDefinition(String definition)
      Set the definition property: Definition for widget type.
      Parameters:
      definition - the definition value to set.
      Returns:
      the WidgetType object itself.
    • description

      public String description()
      Get the description property: Description for widget type.
      Returns:
      the description value.
    • withDescription

      public WidgetType withDescription(String description)
      Set the description property: Description for widget type.
      Parameters:
      description - the description value to set.
      Returns:
      the WidgetType object itself.
    • displayName

      public Map<String,String> displayName()
      Get the displayName property: Localized display name for the widget type.
      Returns:
      the displayName value.
    • withDisplayName

      public WidgetType withDisplayName(Map<String,String> displayName)
      Set the displayName property: Localized display name for the widget type.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the WidgetType object itself.
    • imageUrl

      public String imageUrl()
      Get the imageUrl property: The image URL.
      Returns:
      the imageUrl value.
    • withImageUrl

      public WidgetType withImageUrl(String imageUrl)
      Set the imageUrl property: The image URL.
      Parameters:
      imageUrl - the imageUrl value to set.
      Returns:
      the WidgetType object itself.
    • tenantId

      public String tenantId()
      Get the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • widgetVersion

      public String widgetVersion()
      Get the widgetVersion property: The widget version.
      Returns:
      the widgetVersion value.
    • withWidgetVersion

      public WidgetType withWidgetVersion(String widgetVersion)
      Set the widgetVersion property: The widget version.
      Parameters:
      widgetVersion - the widgetVersion value to set.
      Returns:
      the WidgetType object itself.
    • changed

      public OffsetDateTime changed()
      Get the changed property: Date time when widget type was last modified.
      Returns:
      the changed value.
    • created

      public OffsetDateTime created()
      Get the created property: Date time when widget type was created.
      Returns:
      the created value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.