Class WorkItemConfigurationInner


  • public final class WorkItemConfigurationInner
    extends Object
    Work item configuration associated with an application insights resource.
    • Constructor Detail

      • WorkItemConfigurationInner

        public WorkItemConfigurationInner()
    • Method Detail

      • connectorId

        public String connectorId()
        Get the connectorId property: Connector identifier where work item is created.
        Returns:
        the connectorId value.
      • withConnectorId

        public WorkItemConfigurationInner withConnectorId​(String connectorId)
        Set the connectorId property: Connector identifier where work item is created.
        Parameters:
        connectorId - the connectorId value to set.
        Returns:
        the WorkItemConfigurationInner object itself.
      • configDisplayName

        public String configDisplayName()
        Get the configDisplayName property: Configuration friendly name.
        Returns:
        the configDisplayName value.
      • withConfigDisplayName

        public WorkItemConfigurationInner withConfigDisplayName​(String configDisplayName)
        Set the configDisplayName property: Configuration friendly name.
        Parameters:
        configDisplayName - the configDisplayName value to set.
        Returns:
        the WorkItemConfigurationInner object itself.
      • isDefault

        public Boolean isDefault()
        Get the isDefault property: Boolean value indicating whether configuration is default.
        Returns:
        the isDefault value.
      • withIsDefault

        public WorkItemConfigurationInner withIsDefault​(Boolean isDefault)
        Set the isDefault property: Boolean value indicating whether configuration is default.
        Parameters:
        isDefault - the isDefault value to set.
        Returns:
        the WorkItemConfigurationInner object itself.
      • id

        public String id()
        Get the id property: Unique Id for work item.
        Returns:
        the id value.
      • withId

        public WorkItemConfigurationInner withId​(String id)
        Set the id property: Unique Id for work item.
        Parameters:
        id - the id value to set.
        Returns:
        the WorkItemConfigurationInner object itself.
      • configProperties

        public String configProperties()
        Get the configProperties property: Serialized JSON object for detailed properties.
        Returns:
        the configProperties value.
      • withConfigProperties

        public WorkItemConfigurationInner withConfigProperties​(String configProperties)
        Set the configProperties property: Serialized JSON object for detailed properties.
        Parameters:
        configProperties - the configProperties value to set.
        Returns:
        the WorkItemConfigurationInner object itself.
      • validate

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