MicrosoftGraphFolder Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFolder
- com.
Implements
public final class MicrosoftGraphFolder
implements JsonSerializable<MicrosoftGraphFolder>
Represents a folder.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphFolder() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Integer |
childCount()
Get the child |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
view()
Get the view property: folder |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withChildCount(Integer childCount)
Set the child |
|
Microsoft |
withView(MicrosoftGraphFolderView view)
Set the view property: folder |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFolder
public MicrosoftGraphFolder()
Creates an instance of MicrosoftGraphFolder class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: folder.
Returns:
childCount
public Integer childCount()
Get the childCount property: Number of children contained immediately within this container.
Returns:
fromJson
public static MicrosoftGraphFolder fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFolder from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
view
public MicrosoftGraphFolderView view()
Get the view property: folderView.
Returns:
withAdditionalProperties
public MicrosoftGraphFolder withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: folder.
Parameters:
Returns:
withChildCount
public MicrosoftGraphFolder withChildCount(Integer childCount)
Set the childCount property: Number of children contained immediately within this container.
Parameters:
Returns:
withView
public MicrosoftGraphFolder withView(MicrosoftGraphFolderView view)
Set the view property: folderView.
Parameters:
Returns: