MicrosoftGraphFolderView Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFolderView
- com.
Implements
public final class MicrosoftGraphFolderView
implements JsonSerializable<MicrosoftGraphFolderView>
folderView.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFolderView() |
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 |
sortBy()
Get the sort |
String |
sortOrder()
Get the sort |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
viewType()
Get the view |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withSortBy(String sortBy)
Set the sort |
Microsoft |
withSortOrder(String sortOrder)
Set the sort |
Microsoft |
withViewType(String viewType)
Set the view |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFolderView
public MicrosoftGraphFolderView()
Creates an instance of MicrosoftGraphFolderView class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: folderView.
Returns:
fromJson
public static MicrosoftGraphFolderView fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFolderView from the JsonReader.
Parameters:
Returns:
Throws:
sortBy
public String sortBy()
Get the sortBy property: The method by which the folder should be sorted.
Returns:
sortOrder
public String sortOrder()
Get the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
Returns:
toJson
validate
public void validate()
Validates the instance.
viewType
public String viewType()
Get the viewType property: The type of view that should be used to represent the folder.
Returns:
withAdditionalProperties
public MicrosoftGraphFolderView withAdditionalProperties(Map
Set the additionalProperties property: folderView.
Parameters:
Returns:
withSortBy
public MicrosoftGraphFolderView withSortBy(String sortBy)
Set the sortBy property: The method by which the folder should be sorted.
Parameters:
Returns:
withSortOrder
public MicrosoftGraphFolderView withSortOrder(String sortOrder)
Set the sortOrder property: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
Parameters:
Returns:
withViewType
public MicrosoftGraphFolderView withViewType(String viewType)
Set the viewType property: The type of view that should be used to represent the folder.
Parameters:
Returns:
Applies to
Azure SDK for Java