public final class GetObjectsParameters extends Object
| Constructor and Description |
|---|
GetObjectsParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Request parameters for the GetObjectsByObjectIds API.
|
Boolean |
includeDirectoryObjectReferences()
Get the includeDirectoryObjectReferences property: If true, also searches for object IDs in the partner tenant.
|
List<String> |
objectIds()
Get the objectIds property: The requested object IDs.
|
List<String> |
types()
Get the types property: The requested object types.
|
void |
validate()
Validates the instance.
|
GetObjectsParameters |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Request parameters for the GetObjectsByObjectIds API.
|
GetObjectsParameters |
withIncludeDirectoryObjectReferences(Boolean includeDirectoryObjectReferences)
Set the includeDirectoryObjectReferences property: If true, also searches for object IDs in the partner tenant.
|
GetObjectsParameters |
withObjectIds(List<String> objectIds)
Set the objectIds property: The requested object IDs.
|
GetObjectsParameters |
withTypes(List<String> types)
Set the types property: The requested object types.
|
public List<String> objectIds()
public GetObjectsParameters withObjectIds(List<String> objectIds)
objectIds - the objectIds value to set.public List<String> types()
public GetObjectsParameters withTypes(List<String> types)
types - the types value to set.public Boolean includeDirectoryObjectReferences()
public GetObjectsParameters withIncludeDirectoryObjectReferences(Boolean includeDirectoryObjectReferences)
includeDirectoryObjectReferences - the includeDirectoryObjectReferences value to set.public Map<String,Object> additionalProperties()
public GetObjectsParameters withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.