Interface ConfluentAgreementResource


  • public interface ConfluentAgreementResource
    An immutable client-side representation of ConfluentAgreementResource.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Boolean accepted()
      Gets the accepted property: If any version of the terms have been accepted, otherwise false.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      ConfluentAgreementResourceInner innerModel()
      Gets the inner com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner object.
      String licenseTextLink()
      Gets the licenseTextLink property: Link to HTML with Microsoft and Publisher terms.
      String name()
      Gets the name property: The name of the resource.
      String plan()
      Gets the plan property: Plan identifier string.
      String privacyPolicyLink()
      Gets the privacyPolicyLink property: Link to the privacy policy of the publisher.
      String product()
      Gets the product property: Product identifier string.
      String publisher()
      Gets the publisher property: Publisher identifier string.
      OffsetDateTime retrieveDatetime()
      Gets the retrieveDatetime property: Date and time in UTC of when the terms were accepted.
      String signature()
      Gets the signature property: Terms signature.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • publisher

        String publisher()
        Gets the publisher property: Publisher identifier string.
        Returns:
        the publisher value.
      • product

        String product()
        Gets the product property: Product identifier string.
        Returns:
        the product value.
      • plan

        String plan()
        Gets the plan property: Plan identifier string.
        Returns:
        the plan value.
      • licenseTextLink

        String licenseTextLink()
        Gets the licenseTextLink property: Link to HTML with Microsoft and Publisher terms.
        Returns:
        the licenseTextLink value.
      • privacyPolicyLink

        String privacyPolicyLink()
        Gets the privacyPolicyLink property: Link to the privacy policy of the publisher.
        Returns:
        the privacyPolicyLink value.
      • retrieveDatetime

        OffsetDateTime retrieveDatetime()
        Gets the retrieveDatetime property: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
        Returns:
        the retrieveDatetime value.
      • signature

        String signature()
        Gets the signature property: Terms signature.
        Returns:
        the signature value.
      • accepted

        Boolean accepted()
        Gets the accepted property: If any version of the terms have been accepted, otherwise false.
        Returns:
        the accepted value.
      • innerModel

        ConfluentAgreementResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.confluent.fluent.models.ConfluentAgreementResourceInner object.
        Returns:
        the inner object.