AssignmentPropertiesAdditionalData Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AssignmentPropertiesAdditionalData

Implements

public final class AssignmentPropertiesAdditionalData
implements JsonSerializable<AssignmentPropertiesAdditionalData>

Additional data about the assignment.

Constructor Summary

Constructor Description
AssignmentPropertiesAdditionalData()

Creates an instance of AssignmentPropertiesAdditionalData class.

Method Summary

Modifier and Type Method and Description
String exemptionCategory()

Get the exemptionCategory property: Exemption category of this assignment.

static AssignmentPropertiesAdditionalData fromJson(JsonReader jsonReader)

Reads an instance of AssignmentPropertiesAdditionalData from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

AssignmentPropertiesAdditionalData withExemptionCategory(String exemptionCategory)

Set the exemptionCategory property: Exemption category of this assignment.

Methods inherited from java.lang.Object

Constructor Details

AssignmentPropertiesAdditionalData

public AssignmentPropertiesAdditionalData()

Creates an instance of AssignmentPropertiesAdditionalData class.

Method Details

exemptionCategory

public String exemptionCategory()

Get the exemptionCategory property: Exemption category of this assignment.

Returns:

the exemptionCategory value.

fromJson

public static AssignmentPropertiesAdditionalData fromJson(JsonReader jsonReader)

Reads an instance of AssignmentPropertiesAdditionalData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AssignmentPropertiesAdditionalData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AssignmentPropertiesAdditionalData.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withExemptionCategory

public AssignmentPropertiesAdditionalData withExemptionCategory(String exemptionCategory)

Set the exemptionCategory property: Exemption category of this assignment.

Parameters:

exemptionCategory - the exemptionCategory value to set.

Returns:

the AssignmentPropertiesAdditionalData object itself.

Applies to