Class MicrosoftGraphFolder
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolder
-
public final class MicrosoftGraphFolder extends Object
folder.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: folder.Integer
childCount()
Get the childCount property: Number of children contained immediately within this container.void
validate()
Validates the instance.MicrosoftGraphFolderView
view()
Get the view property: folderView.MicrosoftGraphFolder
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: folder.MicrosoftGraphFolder
withChildCount(Integer childCount)
Set the childCount property: Number of children contained immediately within this container.MicrosoftGraphFolder
withView(MicrosoftGraphFolderView view)
Set the view property: folderView.
-
-
-
Method Detail
-
childCount
public Integer childCount()
Get the childCount property: Number of children contained immediately within this container.- Returns:
- the childCount value.
-
withChildCount
public MicrosoftGraphFolder withChildCount(Integer childCount)
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
public MicrosoftGraphFolderView view()
Get the view property: folderView.- Returns:
- the view value.
-
withView
public MicrosoftGraphFolder withView(MicrosoftGraphFolderView view)
Set the view property: folderView.- Parameters:
view
- the view value to set.- Returns:
- the MicrosoftGraphFolder object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: folder.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphFolder withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-