Class GetAnalyticsItemResult


  • public final class GetAnalyticsItemResult
    extends java.lang.Object
    • Method Detail

      • content

        public java.util.Optional<java.lang.String> content()
        Returns:
        The content of this item
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        Internally assigned unique id of the item definition.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The user-defined name of the item.
      • scope

        public java.util.Optional<java.lang.String> scope()
        Returns:
        Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
      • timeCreated

        public java.lang.String timeCreated()
        Returns:
        Date and time in UTC when this item was created.
      • timeModified

        public java.lang.String timeModified()
        Returns:
        Date and time in UTC of the last modification that was made to this item.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        Enum indicating the type of the Analytics item.
      • version

        public java.lang.String version()
        Returns:
        This instance's version of the data model. This can change as new features are added.