Class MicrosoftGraphAddIn
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAddIn
-
public final class MicrosoftGraphAddIn extends Object
addIn.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphAddIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: addIn.UUIDid()Get the id property: The id property.List<MicrosoftGraphKeyValue>properties()Get the properties property: The properties property.Stringtype()Get the type property: The type property.voidvalidate()Validates the instance.MicrosoftGraphAddInwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: addIn.MicrosoftGraphAddInwithId(UUID id)Set the id property: The id property.MicrosoftGraphAddInwithProperties(List<MicrosoftGraphKeyValue> properties)Set the properties property: The properties property.MicrosoftGraphAddInwithType(String type)Set the type property: The type property.
-
-
-
Method Detail
-
id
public UUID id()
Get the id property: The id property.- Returns:
- the id value.
-
withId
public MicrosoftGraphAddIn withId(UUID id)
Set the id property: The id property.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
properties
public List<MicrosoftGraphKeyValue> properties()
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
public MicrosoftGraphAddIn withProperties(List<MicrosoftGraphKeyValue> properties)
Set the properties property: The properties property.- Parameters:
properties- the properties value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
type
public String type()
Get the type property: The type property.- Returns:
- the type value.
-
withType
public MicrosoftGraphAddIn withType(String type)
Set the type property: The type property.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: addIn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphAddIn withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: addIn.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-