Class UpdateResourceRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier associated with the organization for which the resource is updated.

        Returns:
        The identifier associated with the organization for which the resource is updated.
      • resourceId

        public final String resourceId()

        The identifier of the resource to be updated.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

        Returns:
        The identifier of the resource to be updated.

        The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

        • Resource ID: r-0123456789a0123456789b0123456789

        • Email address: resource@domain.tld

        • Resource name: resource

      • name

        public final String name()

        The name of the resource to be updated.

        Returns:
        The name of the resource to be updated.
      • bookingOptions

        public final BookingOptions bookingOptions()

        The resource's booking options to be updated.

        Returns:
        The resource's booking options to be updated.
      • description

        public final String description()

        Updates the resource description.

        Returns:
        Updates the resource description.
      • typeAsString

        public final String typeAsString()

        Updates the resource type.

        If the service returns an enum value that is not available in the current SDK version, type will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        Updates the resource type.
        See Also:
        ResourceType
      • hiddenFromGlobalAddressList

        public final Boolean hiddenFromGlobalAddressList()

        If enabled, the resource is hidden from the global address list.

        Returns:
        If enabled, the resource is hidden from the global address list.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object