SuppressionListResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. communication. fluent. models. SuppressionListResourceInner
- com.
- com.
public final class SuppressionListResourceInner
extends ProxyResource
A class representing a SuppressionList resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SuppressionListResourceInner() |
Creates an instance of Suppression |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdTimestamp()
Get the created |
| String |
dataLocation()
Get the data |
|
static
Suppression |
fromJson(JsonReader jsonReader)
Reads an instance of Suppression |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
lastUpdatedTimestamp()
Get the last |
| String |
listName()
Get the list |
| String |
name()
Get the name property: The name of the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Suppression |
withListName(String listName)
Set the list |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SuppressionListResourceInner
public SuppressionListResourceInner()
Creates an instance of SuppressionListResourceInner class.
Method Details
createdTimestamp
public String createdTimestamp()
Get the createdTimestamp property: The date the resource was created.
Returns:
dataLocation
public String dataLocation()
Get the dataLocation property: The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
Returns:
fromJson
public static SuppressionListResourceInner fromJson(JsonReader jsonReader)
Reads an instance of SuppressionListResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SuppressionListResourceInner.id()Returns:
lastUpdatedTimestamp
public String lastUpdatedTimestamp()
Get the lastUpdatedTimestamp property: The date the resource was last updated.
Returns:
listName
public String listName()
Get the listName property: The name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SuppressionListResourceInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SuppressionListResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SuppressionListResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withListName
public SuppressionListResourceInner withListName(String listName)
Set the listName property: The name of the suppression list. This value must match one of the valid sender usernames of the sending domain.
Parameters:
Returns: