MicrosoftGraphAssignedLabel Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAssignedLabel
- com.
Implements
public final class MicrosoftGraphAssignedLabel
implements JsonSerializable<MicrosoftGraphAssignedLabel>
assignedLabel.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAssignedLabel() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
labelId()
Get the label |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withLabelId(String labelId)
Set the label |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAssignedLabel
public MicrosoftGraphAssignedLabel()
Creates an instance of MicrosoftGraphAssignedLabel class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: assignedLabel.
Returns:
displayName
public String displayName()
Get the displayName property: The display name of the label. Read-only.
Returns:
fromJson
public static MicrosoftGraphAssignedLabel fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAssignedLabel from the JsonReader.
Parameters:
Returns:
Throws:
labelId
public String labelId()
Get the labelId property: The unique identifier of the label.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAssignedLabel withAdditionalProperties(Map
Set the additionalProperties property: assignedLabel.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphAssignedLabel withDisplayName(String displayName)
Set the displayName property: The display name of the label. Read-only.
Parameters:
Returns:
withLabelId
public MicrosoftGraphAssignedLabel withLabelId(String labelId)
Set the labelId property: The unique identifier of the label.
Parameters:
Returns:
Applies to
Azure SDK for Java