MicrosoftGraphSpecialFolder Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSpecialFolder
- com.
Implements
public final class MicrosoftGraphSpecialFolder
implements JsonSerializable<MicrosoftGraphSpecialFolder>
specialFolder.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSpecialFolder() |
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 |
String |
name()
Get the name property: The unique identifier for this item in the /drive/special collection. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withName(String name)
Set the name property: The unique identifier for this item in the /drive/special collection. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSpecialFolder
public MicrosoftGraphSpecialFolder()
Creates an instance of MicrosoftGraphSpecialFolder class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: specialFolder.
Returns:
fromJson
public static MicrosoftGraphSpecialFolder fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSpecialFolder from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The unique identifier for this item in the /drive/special collection.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSpecialFolder withAdditionalProperties(Map
Set the additionalProperties property: specialFolder.
Parameters:
Returns:
withName
public MicrosoftGraphSpecialFolder withName(String name)
Set the name property: The unique identifier for this item in the /drive/special collection.
Parameters:
Returns:
Applies to
Azure SDK for Java