MicrosoftGraphAssignedLabel Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel

public final class MicrosoftGraphAssignedLabel

assignedLabel.

Constructor Summary

Constructor Description
MicrosoftGraphAssignedLabel()

Creates an instance of MicrosoftGraphAssignedLabel class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: assignedLabel.

String displayName()

Get the displayName property: The display name of the label.

String labelId()

Get the labelId property: The unique identifier of the label.

void validate()

Validates the instance.

MicrosoftGraphAssignedLabel withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: assignedLabel.

MicrosoftGraphAssignedLabel withDisplayName(String displayName)

Set the displayName property: The display name of the label.

MicrosoftGraphAssignedLabel withLabelId(String labelId)

Set the labelId property: The unique identifier of the label.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphAssignedLabel

public MicrosoftGraphAssignedLabel()

Creates an instance of MicrosoftGraphAssignedLabel class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: assignedLabel.

Returns:

the additionalProperties value.

displayName

public String displayName()

Get the displayName property: The display name of the label. Read-only.

Returns:

the displayName value.

labelId

public String labelId()

Get the labelId property: The unique identifier of the label.

Returns:

the labelId value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphAssignedLabel withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: assignedLabel.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphAssignedLabel object itself.

withDisplayName

public MicrosoftGraphAssignedLabel withDisplayName(String displayName)

Set the displayName property: The display name of the label. Read-only.

Parameters:

displayName - the displayName value to set.

Returns:

the MicrosoftGraphAssignedLabel object itself.

withLabelId

public MicrosoftGraphAssignedLabel withLabelId(String labelId)

Set the labelId property: The unique identifier of the label.

Parameters:

labelId - the labelId value to set.

Returns:

the MicrosoftGraphAssignedLabel object itself.

Applies to