Interface CommunicationDetails


public interface CommunicationDetails
An immutable client-side representation of CommunicationDetails.
  • Method Details

    • 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.
    • communicationType

      CommunicationType communicationType()
      Gets the communicationType property: Communication type.
      Returns:
      the communicationType value.
    • communicationDirection

      CommunicationDirection communicationDirection()
      Gets the communicationDirection property: Direction of communication.
      Returns:
      the communicationDirection value.
    • sender

      String sender()
      Gets the sender property: Email address of the sender. This property is required if called by a service principal.
      Returns:
      the sender value.
    • subject

      String subject()
      Gets the subject property: Subject of the communication.
      Returns:
      the subject value.
    • body

      String body()
      Gets the body property: Body of the communication.
      Returns:
      the body value.
    • createdDate

      OffsetDateTime createdDate()
      Gets the createdDate property: Time in UTC (ISO 8601 format) when the communication was created.
      Returns:
      the createdDate value.
    • innerModel

      Gets the inner com.azure.resourcemanager.support.fluent.models.CommunicationDetailsInner object.
      Returns:
      the inner object.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      CommunicationDetails refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.