CommunicationDetails Interface
public interface CommunicationDetails
An immutable client-side representation of CommunicationDetails.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
body()
Gets the body property: Body of the communication. |
|
abstract
Communication |
communicationDirection()
Gets the communication |
|
abstract
Communication |
communicationType()
Gets the communication |
|
abstract
Offset |
createdDate()
Gets the created |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Communication |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Communication |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Communication |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
sender()
Gets the sender property: Email address of the sender. |
| abstract String |
subject()
Gets the subject property: Subject of the communication. |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
body
public abstract String body()
Gets the body property: Body of the communication.
Returns:
communicationDirection
public abstract CommunicationDirection communicationDirection()
Gets the communicationDirection property: Direction of communication.
Returns:
communicationType
public abstract CommunicationType communicationType()
Gets the communicationType property: Communication type.
Returns:
createdDate
public abstract OffsetDateTime createdDate()
Gets the createdDate property: Time in UTC (ISO 8601 format) when the communication was created.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CommunicationDetailsInner innerModel()
Gets the inner com.azure.resourcemanager.support.fluent.models.CommunicationDetailsInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract CommunicationDetails refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CommunicationDetails refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
sender
public abstract String sender()
Gets the sender property: Email address of the sender. This property is required if called by a service principal.
Returns:
subject
public abstract String subject()
Gets the subject property: Subject of the communication.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: