Class DirectoryRolesGetByIdsRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.DirectoryRolesGetByIdsRequestBody
-
public final class DirectoryRolesGetByIdsRequestBody extends Object
The DirectoryRolesGetByIdsRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description DirectoryRolesGetByIdsRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: Dictionary of <any>.List<String>ids()Get the ids property: The ids property.List<String>types()Get the types property: The types property.voidvalidate()Validates the instance.DirectoryRolesGetByIdsRequestBodywithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.DirectoryRolesGetByIdsRequestBodywithIds(List<String> ids)Set the ids property: The ids property.DirectoryRolesGetByIdsRequestBodywithTypes(List<String> types)Set the types property: The types property.
-
-
-
Method Detail
-
withIds
public DirectoryRolesGetByIdsRequestBody withIds(List<String> ids)
Set the ids property: The ids property.- Parameters:
ids- the ids value to set.- Returns:
- the DirectoryRolesGetByIdsRequestBody object itself.
-
types
public List<String> types()
Get the types property: The types property.- Returns:
- the types value.
-
withTypes
public DirectoryRolesGetByIdsRequestBody withTypes(List<String> types)
Set the types property: The types property.- Parameters:
types- the types value to set.- Returns:
- the DirectoryRolesGetByIdsRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public DirectoryRolesGetByIdsRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the DirectoryRolesGetByIdsRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-