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

public final class View extends Object
The view in Customer 360 web application.
  • Constructor Details

    • View

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

    • viewName

      public String viewName()
      Get the viewName property: Name of the view.
      Returns:
      the viewName value.
    • userId

      public String userId()
      Get the userId property: the user ID.
      Returns:
      the userId value.
    • withUserId

      public View withUserId(String userId)
      Set the userId property: the user ID.
      Parameters:
      userId - the userId value to set.
      Returns:
      the View object itself.
    • tenantId

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

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

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

      public String definition()
      Get the definition property: View definition.
      Returns:
      the definition value.
    • withDefinition

      public View withDefinition(String definition)
      Set the definition property: View definition.
      Parameters:
      definition - the definition value to set.
      Returns:
      the View object itself.
    • changed

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

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

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