MicrosoftGraphAddIn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAddIn
- com.
Implements
public final class MicrosoftGraphAddIn
implements JsonSerializable<MicrosoftGraphAddIn>
addIn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAddIn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
UUID |
id()
Get the id property: The id property. |
List<Microsoft |
properties()
Get the properties property: The properties property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type property. |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(UUID id)
Set the id property: The id property. |
Microsoft |
withProperties(List<MicrosoftGraphKeyValue> properties)
Set the properties property: The properties property. |
Microsoft |
withType(String type)
Set the type property: The type property. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAddIn
public MicrosoftGraphAddIn()
Creates an instance of MicrosoftGraphAddIn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: addIn.
Returns:
fromJson
public static MicrosoftGraphAddIn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAddIn from the JsonReader.
Parameters:
Returns:
Throws:
id
public UUID id()
Get the id property: The id property.
Returns:
properties
public List
Get the properties property: The properties property.
Returns:
toJson
type
public String type()
Get the type property: The type property.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAddIn withAdditionalProperties(Map
Set the additionalProperties property: addIn.
Parameters:
Returns:
withId
public MicrosoftGraphAddIn withId(UUID id)
Set the id property: The id property.
Parameters:
Returns:
withProperties
public MicrosoftGraphAddIn withProperties(List
Set the properties property: The properties property.
Parameters:
Returns:
withType
public MicrosoftGraphAddIn withType(String type)
Set the type property: The type property.
Parameters:
Returns:
Applies to
Azure SDK for Java