Class AdminPublisherSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public AdminPublisherSummary.Builder compartmentId​(String compartmentId)
        The root compartment of the Publisher.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • compartmentName

        public AdminPublisherSummary.Builder compartmentName​(String compartmentName)
        The root compartment name of the Publisher.
        Parameters:
        compartmentName - the value to set
        Returns:
        this builder
      • registryNamespace

        public AdminPublisherSummary.Builder registryNamespace​(String registryNamespace)
        The namespace for the publisher registry to persist artifacts.
        Parameters:
        registryNamespace - the value to set
        Returns:
        this builder
      • legacyId

        public AdminPublisherSummary.Builder legacyId​(String legacyId)
        Unique legacy service identifier for the publisher.
        Parameters:
        legacyId - the value to set
        Returns:
        this builder
      • displayName

        public AdminPublisherSummary.Builder displayName​(String displayName)
        The name of the publisher.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • description

        public AdminPublisherSummary.Builder description​(String description)
        A description of the publisher.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • solutionDescription

        public AdminPublisherSummary.Builder solutionDescription​(String solutionDescription)
        A description of the publisher solutions.
        Parameters:
        solutionDescription - the value to set
        Returns:
        this builder
      • yearFounded

        public AdminPublisherSummary.Builder yearFounded​(Long yearFounded)
        The year the publisher’s company or organization was founded.
        Parameters:
        yearFounded - the value to set
        Returns:
        this builder
      • employeeCount

        public AdminPublisherSummary.Builder employeeCount​(String employeeCount)
        Count of employees in publisher’s company
        Parameters:
        employeeCount - the value to set
        Returns:
        this builder
      • modifiedBy

        public AdminPublisherSummary.Builder modifiedBy​(String modifiedBy)
        Indicates who modified the publisher data.
        Parameters:
        modifiedBy - the value to set
        Returns:
        this builder
      • isOracleOwned

        public AdminPublisherSummary.Builder isOracleOwned​(Boolean isOracleOwned)
        Indicates if publisher is Oracle first-party or third-party
        Parameters:
        isOracleOwned - the value to set
        Returns:
        this builder
      • isOpnAgreementValidationExempt

        public AdminPublisherSummary.Builder isOpnAgreementValidationExempt​(Boolean isOpnAgreementValidationExempt)
        Indicates whether this publisher is explicitly exempt from OPN and Oracle Cloud Marketplace Agreement validation.
        Parameters:
        isOpnAgreementValidationExempt - the value to set
        Returns:
        this builder
      • websiteUrl

        public AdminPublisherSummary.Builder websiteUrl​(String websiteUrl)
        The publisher’s website.
        Parameters:
        websiteUrl - the value to set
        Returns:
        this builder
      • contactEmail

        public AdminPublisherSummary.Builder contactEmail​(String contactEmail)
        The public email address of the publisher for customers.
        Parameters:
        contactEmail - the value to set
        Returns:
        this builder
      • contactPhone

        public AdminPublisherSummary.Builder contactPhone​(String contactPhone)
        The phone number of the publisher in E.164 format.
        Parameters:
        contactPhone - the value to set
        Returns:
        this builder
      • hqAddress

        public AdminPublisherSummary.Builder hqAddress​(String hqAddress)
        The address of the publisher’s headquarters.
        Parameters:
        hqAddress - the value to set
        Returns:
        this builder
      • facebookUrl

        public AdminPublisherSummary.Builder facebookUrl​(String facebookUrl)
        Publisher’s Facebook URL
        Parameters:
        facebookUrl - the value to set
        Returns:
        this builder
      • twitterUrl

        public AdminPublisherSummary.Builder twitterUrl​(String twitterUrl)
        Publisher’s Twitter URL
        Parameters:
        twitterUrl - the value to set
        Returns:
        this builder
      • linkedinUrl

        public AdminPublisherSummary.Builder linkedinUrl​(String linkedinUrl)
        Publisher’s LinkedIn URL
        Parameters:
        linkedinUrl - the value to set
        Returns:
        this builder
      • isAppPublisher

        public AdminPublisherSummary.Builder isAppPublisher​(Boolean isAppPublisher)
        Indicates if publisher has application listings
        Parameters:
        isAppPublisher - the value to set
        Returns:
        this builder
      • isServicePublisher

        public AdminPublisherSummary.Builder isServicePublisher​(Boolean isServicePublisher)
        Indicates if publisher has service listings
        Parameters:
        isServicePublisher - the value to set
        Returns:
        this builder
      • timeCreated

        public AdminPublisherSummary.Builder timeCreated​(Date timeCreated)
        The time the publisher was created.

        An RFC3339 formatted datetime string.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public AdminPublisherSummary.Builder timeUpdated​(Date timeUpdated)
        The time the publisher was updated.

        An RFC3339 formatted datetime string.

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • timeExpired

        public AdminPublisherSummary.Builder timeExpired​(Date timeExpired)
        the expiry time of the publisher
        Parameters:
        timeExpired - the value to set
        Returns:
        this builder
      • freeformTags

        public AdminPublisherSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public AdminPublisherSummary.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public AdminPublisherSummary.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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