Interface CommunicationDetails
public interface CommunicationDetails
An immutable client-side representation of CommunicationDetails.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the CommunicationDetails definition.static interface
The CommunicationDetails definition stages. -
Method Summary
Modifier and TypeMethodDescriptionbody()
Gets the body property: Body of the communication.Gets the communicationDirection property: Direction of communication.Gets the communicationType property: Communication type.Gets the createdDate property: Time in UTC (ISO 8601 format) when the communication was created.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.support.fluent.models.CommunicationDetailsInner object.name()
Gets the name property: The name of the resource.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.sender()
Gets the sender property: Email address of the sender.subject()
Gets the subject property: Subject of the communication.type()
Gets the type property: The type of the resource.
-
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
CommunicationDetailsInner innerModel()Gets the inner com.azure.resourcemanager.support.fluent.models.CommunicationDetailsInner object.- Returns:
- the inner object.
-
refresh
CommunicationDetails refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-