Interface WidgetTypeResourceFormat


public interface WidgetTypeResourceFormat
An immutable client-side representation of WidgetTypeResourceFormat.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the changed property: Date time when widget type was last modified.
    Gets the created property: Date time when widget type was created.
    Gets the definition property: Definition for widget type.
    Gets the description property: Description for widget type.
    Gets the displayName property: Localized display name for the widget type.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the imageUrl property: The image URL.
    Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.WidgetTypeResourceFormatInner object.
    Gets the name property: The name of the resource.
    Gets the tenantId property: The hub name.
    Gets the type property: The type of the resource.
    Gets the widgetTypeName property: Name of the widget type.
    Gets the widgetVersion property: The widget version.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • widgetTypeName

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

      String definition()
      Gets the definition property: Definition for widget type.
      Returns:
      the definition value.
    • description

      String description()
      Gets the description property: Description for widget type.
      Returns:
      the description value.
    • displayName

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

      String imageUrl()
      Gets the imageUrl property: The image URL.
      Returns:
      the imageUrl value.
    • tenantId

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

      String widgetVersion()
      Gets the widgetVersion property: The widget version.
      Returns:
      the widgetVersion value.
    • changed

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

      OffsetDateTime created()
      Gets the created property: Date time when widget type was created.
      Returns:
      the created value.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.WidgetTypeResourceFormatInner object.
      Returns:
      the inner object.