MicrosoftGraphFolder Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFolder

Implements

public final class MicrosoftGraphFolder
implements JsonSerializable<MicrosoftGraphFolder>

folder.

Constructor Summary

Constructor Description
MicrosoftGraphFolder()

Creates an instance of MicrosoftGraphFolder class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: folder.

Integer childCount()

Get the childCount property: Number of children contained immediately within this container.

static MicrosoftGraphFolder fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphFolder from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphFolder

public MicrosoftGraphFolder()

Creates an instance of MicrosoftGraphFolder class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: folder.

Returns:

the additionalProperties value.

childCount

public Integer childCount()

Get the childCount property: Number of children contained immediately within this container.

Returns:

the childCount value.

fromJson

public static MicrosoftGraphFolder fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphFolder from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphFolder if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphFolder.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

view

public MicrosoftGraphFolderView view()

Get the view property: folderView.

Returns:

the view value.

withAdditionalProperties

public MicrosoftGraphFolder withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: folder.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphFolder object itself.

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.

withView

public MicrosoftGraphFolder withView(MicrosoftGraphFolderView view)

Set the view property: folderView.

Parameters:

view - the view value to set.

Returns:

the MicrosoftGraphFolder object itself.

Applies to