Class OrganizationResourceProperties


  • public final class OrganizationResourceProperties
    extends Object
    Organization resource property.
    • Constructor Detail

      • OrganizationResourceProperties

        public OrganizationResourceProperties()
    • Method Detail

      • 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 OrganizationResourceProperties withOfferDetail​(OfferDetail offerDetail)
        Set the offerDetail property: Confluent offer detail.
        Parameters:
        offerDetail - the offerDetail value to set.
        Returns:
        the OrganizationResourceProperties object itself.
      • userDetail

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

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

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