Class IncidentSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public IncidentSummary.Builder key​(String key)
        Unique identifier of the incident.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • compartmentId

        public IncidentSummary.Builder compartmentId​(String compartmentId)
        The OCID of the tenancy.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • userGroupId

        public IncidentSummary.Builder userGroupId​(String userGroupId)
        Technical support type (TECH) only: The identifier of the support request’s user group in My Oracle Cloud Support portal.
        Parameters:
        userGroupId - the value to set
        Returns:
        this builder
      • userGroupName

        public IncidentSummary.Builder userGroupName​(String userGroupName)
        Technical support type (TECH) only: Name of the support request’s user group in My Oracle Cloud Support portal.
        Parameters:
        userGroupName - the value to set
        Returns:
        this builder
      • primaryContactPartyId

        public IncidentSummary.Builder primaryContactPartyId​(String primaryContactPartyId)
        Technical support type (TECH) only: The identifier of the support request’s primary contact (primaryContactPartyName) in My Oracle Cloud Support portal.
        Parameters:
        primaryContactPartyId - the value to set
        Returns:
        this builder
      • primaryContactPartyName

        public IncidentSummary.Builder primaryContactPartyName​(String primaryContactPartyName)
        Technical support type (TECH) only: The name of the support request’s primary contact in My Oracle Cloud Support portal.
        Parameters:
        primaryContactPartyName - the value to set
        Returns:
        this builder
      • isWritePermitted

        public IncidentSummary.Builder isWritePermitted​(Boolean isWritePermitted)
        Technical support type (TECH) only: Allows update of the support request in My Oracle Cloud Support portal, when the user has write permission to the support request’s user group.
        Parameters:
        isWritePermitted - the value to set
        Returns:
        this builder
      • warnMessage

        public IncidentSummary.Builder warnMessage​(String warnMessage)
        Technical support type (TECH) only: Message indicating the user group ( userGroupId) that was auto-selected for a new support request.

        This message appears when no user group was specified in the create request for a new technical support request.

        Parameters:
        warnMessage - the value to set
        Returns:
        this builder