Class OrganizationResourceInner


  • public final class OrganizationResourceInner
    extends com.azure.core.management.Resource
    Organization resource.
    • Constructor Detail

      • OrganizationResourceInner

        public OrganizationResourceInner()
    • Method Detail

      • systemData

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

        public OffsetDateTime createdTime()
        Get the createdTime property: The creation time of the resource.
        Returns:
        the createdTime value.
      • provisioningState

        public ProvisionState provisioningState()
        Get the provisioningState property: ProvisioningState Provision states for confluent RP.
        Returns:
        the provisioningState value.
      • organizationId

        public String organizationId()
        Get the organizationId property: Id of the Confluent organization.
        Returns:
        the organizationId value.
      • ssoUrl

        public String ssoUrl()
        Get the ssoUrl property: SSO url for the Confluent organization.
        Returns:
        the ssoUrl value.
      • offerDetail

        public OfferDetail offerDetail()
        Get the offerDetail property: Confluent offer detail.
        Returns:
        the offerDetail value.
      • withOfferDetail

        public OrganizationResourceInner withOfferDetail​(OfferDetail offerDetail)
        Set the offerDetail property: Confluent offer detail.
        Parameters:
        offerDetail - the offerDetail value to set.
        Returns:
        the OrganizationResourceInner object itself.
      • userDetail

        public UserDetail userDetail()
        Get the userDetail property: Subscriber detail.
        Returns:
        the userDetail value.
      • withUserDetail

        public OrganizationResourceInner withUserDetail​(UserDetail userDetail)
        Set the userDetail property: Subscriber detail.
        Parameters:
        userDetail - the userDetail value to set.
        Returns:
        the OrganizationResourceInner object itself.
      • validate

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