Class MicrosoftGraphAddIn
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAddIn
addIn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: addIn.id()Get the id property: The id property.Get the properties property: The properties property.type()Get the type property: The type property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: addIn.Set the id property: The id property.withProperties(List<MicrosoftGraphKeyValue> properties) Set the properties property: The properties property.Set the type property: The type property.
-
Constructor Details
-
MicrosoftGraphAddIn
public MicrosoftGraphAddIn()Creates an instance of MicrosoftGraphAddIn class.
-
-
Method Details
-
id
Get the id property: The id property.- Returns:
- the id value.
-
withId
Set the id property: The id property.- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
properties
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
Set the properties property: The properties property.- Parameters:
properties- the properties value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
type
Get the type property: The type property.- Returns:
- the type value.
-
withType
Set the type property: The type property.- Parameters:
type- the type value to set.- Returns:
- the MicrosoftGraphAddIn object itself.
-
additionalProperties
Get the additionalProperties property: addIn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-