Class MicrosoftGraphFolder
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolder
folder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: folder.Get the childCount property: Number of children contained immediately within this container.voidvalidate()Validates the instance.view()Get the view property: folderView.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: folder.withChildCount(Integer childCount) Set the childCount property: Number of children contained immediately within this container.Set the view property: folderView.
-
Constructor Details
-
MicrosoftGraphFolder
public MicrosoftGraphFolder()Creates an instance of MicrosoftGraphFolder class.
-
-
Method Details
-
childCount
Get the childCount property: Number of children contained immediately within this container.- Returns:
- the childCount value.
-
withChildCount
Set the childCount property: Number of children contained immediately within this container.- Parameters:
childCount- the childCount value to set.- Returns:
- the MicrosoftGraphFolder object itself.
-
view
Get the view property: folderView.- Returns:
- the view value.
-
withView
Set the view property: folderView.- Parameters:
view- the view value to set.- Returns:
- the MicrosoftGraphFolder object itself.
-
additionalProperties
Get the additionalProperties property: folder.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: folder.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphFolder object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-