EduEnrollmentPatch Class
- java.
lang. Object - com.
azure. resourcemanager. programenrollment. models. EduEnrollmentPatch
- com.
Implements
public final class EduEnrollmentPatch
implements JsonSerializable<EduEnrollmentPatch>
The type used for update operations of the EduEnrollment.
Constructor Summary
| Constructor | Description |
|---|---|
| EduEnrollmentPatch() |
Creates an instance of Edu |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Edu |
fromJson(JsonReader jsonReader)
Reads an instance of Edu |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Edu |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
EduEnrollmentPatch
public EduEnrollmentPatch()
Creates an instance of EduEnrollmentPatch class.
Method Details
fromJson
public static EduEnrollmentPatch fromJson(JsonReader jsonReader)
Reads an instance of EduEnrollmentPatch from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withTags
public EduEnrollmentPatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: