Class AddressResourceInner


  • public final class AddressResourceInner
    extends com.azure.core.management.Resource
    Address Resource.
    • Constructor Detail

      • AddressResourceInner

        public AddressResourceInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Represents resource creation and update time.
        Returns:
        the systemData value.
      • withLocation

        public AddressResourceInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • shippingAddress

        public ShippingAddress shippingAddress()
        Get the shippingAddress property: Shipping details for the address.
        Returns:
        the shippingAddress value.
      • withShippingAddress

        public AddressResourceInner withShippingAddress​(ShippingAddress shippingAddress)
        Set the shippingAddress property: Shipping details for the address.
        Parameters:
        shippingAddress - the shippingAddress value to set.
        Returns:
        the AddressResourceInner object itself.
      • contactDetails

        public ContactDetails contactDetails()
        Get the contactDetails property: Contact details for the address.
        Returns:
        the contactDetails value.
      • withContactDetails

        public AddressResourceInner withContactDetails​(ContactDetails contactDetails)
        Set the contactDetails property: Contact details for the address.
        Parameters:
        contactDetails - the contactDetails value to set.
        Returns:
        the AddressResourceInner object itself.
      • addressValidationStatus

        public AddressValidationStatus addressValidationStatus()
        Get the addressValidationStatus property: Status of address validation.
        Returns:
        the addressValidationStatus value.
      • validate

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