Interface OrganizationsClient
-
public interface OrganizationsClientAn instance of this class provides access to all the operations defined in OrganizationsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>checkMemberGroups(String organizationId, OrganizationCheckMemberGroupsRequestBody body)Invoke action checkMemberGroups.Mono<List<String>>checkMemberGroupsAsync(String organizationId, OrganizationCheckMemberGroupsRequestBody body)Invoke action checkMemberGroups.com.azure.core.http.rest.Response<List<String>>checkMemberGroupsWithResponse(String organizationId, OrganizationCheckMemberGroupsRequestBody body, com.azure.core.util.Context context)Invoke action checkMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>checkMemberGroupsWithResponseAsync(String organizationId, OrganizationCheckMemberGroupsRequestBody body)Invoke action checkMemberGroups.List<String>checkMemberObjects(String organizationId, OrganizationCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects.Mono<List<String>>checkMemberObjectsAsync(String organizationId, OrganizationCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects.com.azure.core.http.rest.Response<List<String>>checkMemberObjectsWithResponse(String organizationId, OrganizationCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)Invoke action checkMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>checkMemberObjectsWithResponseAsync(String organizationId, OrganizationCheckMemberObjectsRequestBody body)Invoke action checkMemberObjects.MicrosoftGraphExtensionInnercreateExtensions(String organizationId, MicrosoftGraphExtensionInner body)Create new navigation property to extensions for organization.Mono<MicrosoftGraphExtensionInner>createExtensionsAsync(String organizationId, MicrosoftGraphExtensionInner body)Create new navigation property to extensions for organization.com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>createExtensionsWithResponse(String organizationId, MicrosoftGraphExtensionInner body, com.azure.core.util.Context context)Create new navigation property to extensions for organization.Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>>createExtensionsWithResponseAsync(String organizationId, MicrosoftGraphExtensionInner body)Create new navigation property to extensions for organization.voiddeleteExtensions(String organizationId, String extensionId)Delete navigation property extensions for organization.Mono<Void>deleteExtensionsAsync(String organizationId, String extensionId)Delete navigation property extensions for organization.Mono<Void>deleteExtensionsAsync(String organizationId, String extensionId, String ifMatch)Delete navigation property extensions for organization.com.azure.core.http.rest.Response<Void>deleteExtensionsWithResponse(String organizationId, String extensionId, String ifMatch, com.azure.core.util.Context context)Delete navigation property extensions for organization.Mono<com.azure.core.http.rest.Response<Void>>deleteExtensionsWithResponseAsync(String organizationId, String extensionId, String ifMatch)Delete navigation property extensions for organization.List<MicrosoftGraphExtensionPropertyInner>getAvailableExtensionProperties(OrganizationGetAvailableExtensionPropertiesRequestBody body)Invoke action getAvailableExtensionProperties.Mono<List<MicrosoftGraphExtensionPropertyInner>>getAvailableExtensionPropertiesAsync(OrganizationGetAvailableExtensionPropertiesRequestBody body)Invoke action getAvailableExtensionProperties.com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>getAvailableExtensionPropertiesWithResponse(OrganizationGetAvailableExtensionPropertiesRequestBody body, com.azure.core.util.Context context)Invoke action getAvailableExtensionProperties.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>>getAvailableExtensionPropertiesWithResponseAsync(OrganizationGetAvailableExtensionPropertiesRequestBody body)Invoke action getAvailableExtensionProperties.List<MicrosoftGraphDirectoryObjectInner>getByIds(OrganizationGetByIdsRequestBody body)Invoke action getByIds.Mono<List<MicrosoftGraphDirectoryObjectInner>>getByIdsAsync(OrganizationGetByIdsRequestBody body)Invoke action getByIds.com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>getByIdsWithResponse(OrganizationGetByIdsRequestBody body, com.azure.core.util.Context context)Invoke action getByIds.Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>>getByIdsWithResponseAsync(OrganizationGetByIdsRequestBody body)Invoke action getByIds.MicrosoftGraphExtensionInnergetExtensions(String organizationId, String extensionId)Get extensions from organization.Mono<MicrosoftGraphExtensionInner>getExtensionsAsync(String organizationId, String extensionId)Get extensions from organization.Mono<MicrosoftGraphExtensionInner>getExtensionsAsync(String organizationId, String extensionId, List<String> select, List<String> expand)Get extensions from organization.com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>getExtensionsWithResponse(String organizationId, String extensionId, List<String> select, List<String> expand, com.azure.core.util.Context context)Get extensions from organization.Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>>getExtensionsWithResponseAsync(String organizationId, String extensionId, List<String> select, List<String> expand)Get extensions from organization.List<String>getMemberGroups(String organizationId, OrganizationGetMemberGroupsRequestBody body)Invoke action getMemberGroups.Mono<List<String>>getMemberGroupsAsync(String organizationId, OrganizationGetMemberGroupsRequestBody body)Invoke action getMemberGroups.com.azure.core.http.rest.Response<List<String>>getMemberGroupsWithResponse(String organizationId, OrganizationGetMemberGroupsRequestBody body, com.azure.core.util.Context context)Invoke action getMemberGroups.Mono<com.azure.core.http.rest.Response<List<String>>>getMemberGroupsWithResponseAsync(String organizationId, OrganizationGetMemberGroupsRequestBody body)Invoke action getMemberGroups.List<String>getMemberObjects(String organizationId, OrganizationGetMemberObjectsRequestBody body)Invoke action getMemberObjects.Mono<List<String>>getMemberObjectsAsync(String organizationId, OrganizationGetMemberObjectsRequestBody body)Invoke action getMemberObjects.com.azure.core.http.rest.Response<List<String>>getMemberObjectsWithResponse(String organizationId, OrganizationGetMemberObjectsRequestBody body, com.azure.core.util.Context context)Invoke action getMemberObjects.Mono<com.azure.core.http.rest.Response<List<String>>>getMemberObjectsWithResponseAsync(String organizationId, OrganizationGetMemberObjectsRequestBody body)Invoke action getMemberObjects.com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner>listExtensions(String organizationId)Get extensions from organization.com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner>listExtensions(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand, com.azure.core.util.Context context)Get extensions from organization.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner>listExtensionsAsync(String organizationId)Get extensions from organization.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner>listExtensionsAsync(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand)Get extensions from organization.MicrosoftGraphDirectoryObjectInnerrestore(String organizationId)Invoke action restore.Mono<MicrosoftGraphDirectoryObjectInner>restoreAsync(String organizationId)Invoke action restore.com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>restoreWithResponse(String organizationId, com.azure.core.util.Context context)Invoke action restore.Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>>restoreWithResponseAsync(String organizationId)Invoke action restore.intsetMobileDeviceManagementAuthority(String organizationId)Invoke action setMobileDeviceManagementAuthority.Mono<Integer>setMobileDeviceManagementAuthorityAsync(String organizationId)Invoke action setMobileDeviceManagementAuthority.com.azure.core.http.rest.Response<Integer>setMobileDeviceManagementAuthorityWithResponse(String organizationId, com.azure.core.util.Context context)Invoke action setMobileDeviceManagementAuthority.Mono<com.azure.core.http.rest.Response<Integer>>setMobileDeviceManagementAuthorityWithResponseAsync(String organizationId)Invoke action setMobileDeviceManagementAuthority.voidupdateExtensions(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)Update the navigation property extensions in organization.Mono<Void>updateExtensionsAsync(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)Update the navigation property extensions in organization.com.azure.core.http.rest.Response<Void>updateExtensionsWithResponse(String organizationId, String extensionId, MicrosoftGraphExtensionInner body, com.azure.core.util.Context context)Update the navigation property extensions in organization.Mono<com.azure.core.http.rest.Response<Void>>updateExtensionsWithResponseAsync(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)Update the navigation property extensions in organization.voidvalidateProperties(OrganizationValidatePropertiesRequestBody body)Invoke action validateProperties.Mono<Void>validatePropertiesAsync(OrganizationValidatePropertiesRequestBody body)Invoke action validateProperties.com.azure.core.http.rest.Response<Void>validatePropertiesWithResponse(OrganizationValidatePropertiesRequestBody body, com.azure.core.util.Context context)Invoke action validateProperties.Mono<com.azure.core.http.rest.Response<Void>>validatePropertiesWithResponseAsync(OrganizationValidatePropertiesRequestBody body)Invoke action validateProperties.
-
-
-
Method Detail
-
listExtensionsAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner> listExtensionsAsync(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.top- Show only the first n items.skip- Skip the first n items.search- Search items by search phrases.filter- Filter items by property values.count- Include count of items.orderby- Order items by property values.select- Select properties to be returned.expand- Expand related entities.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listExtensionsAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner> listExtensionsAsync(String organizationId)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listExtensions
com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner> listExtensions(String organizationId)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listExtensions
com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner> listExtensions(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand, com.azure.core.util.Context context)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.top- Show only the first n items.skip- Skip the first n items.search- Search items by search phrases.filter- Filter items by property values.count- Include count of items.orderby- Order items by property values.select- Select properties to be returned.expand- Expand related entities.context- The context to associate with this operation.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createExtensionsWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>> createExtensionsWithResponseAsync(String organizationId, MicrosoftGraphExtensionInner body)
Create new navigation property to extensions for organization.- Parameters:
organizationId- key: id of organization.body- New navigation property.- Returns:
- extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createExtensionsAsync
Mono<MicrosoftGraphExtensionInner> createExtensionsAsync(String organizationId, MicrosoftGraphExtensionInner body)
Create new navigation property to extensions for organization.- Parameters:
organizationId- key: id of organization.body- New navigation property.- Returns:
- extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createExtensions
MicrosoftGraphExtensionInner createExtensions(String organizationId, MicrosoftGraphExtensionInner body)
Create new navigation property to extensions for organization.- Parameters:
organizationId- key: id of organization.body- New navigation property.- Returns:
- extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createExtensionsWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner> createExtensionsWithResponse(String organizationId, MicrosoftGraphExtensionInner body, com.azure.core.util.Context context)
Create new navigation property to extensions for organization.- Parameters:
organizationId- key: id of organization.body- New navigation property.context- The context to associate with this operation.- Returns:
- extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getExtensionsWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner>> getExtensionsWithResponseAsync(String organizationId, String extensionId, List<String> select, List<String> expand)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.select- Select properties to be returned.expand- Expand related entities.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getExtensionsAsync
Mono<MicrosoftGraphExtensionInner> getExtensionsAsync(String organizationId, String extensionId, List<String> select, List<String> expand)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.select- Select properties to be returned.expand- Expand related entities.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getExtensionsAsync
Mono<MicrosoftGraphExtensionInner> getExtensionsAsync(String organizationId, String extensionId)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getExtensions
MicrosoftGraphExtensionInner getExtensions(String organizationId, String extensionId)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getExtensionsWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphExtensionInner> getExtensionsWithResponse(String organizationId, String extensionId, List<String> select, List<String> expand, com.azure.core.util.Context context)
Get extensions from organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.select- Select properties to be returned.expand- Expand related entities.context- The context to associate with this operation.- Returns:
- extensions from organization.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateExtensionsWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> updateExtensionsWithResponseAsync(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)
Update the navigation property extensions in organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.body- New navigation property values.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateExtensionsAsync
Mono<Void> updateExtensionsAsync(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)
Update the navigation property extensions in organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.body- New navigation property values.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateExtensions
void updateExtensions(String organizationId, String extensionId, MicrosoftGraphExtensionInner body)
Update the navigation property extensions in organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.body- New navigation property values.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateExtensionsWithResponse
com.azure.core.http.rest.Response<Void> updateExtensionsWithResponse(String organizationId, String extensionId, MicrosoftGraphExtensionInner body, com.azure.core.util.Context context)
Update the navigation property extensions in organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.body- New navigation property values.context- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteExtensionsWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> deleteExtensionsWithResponseAsync(String organizationId, String extensionId, String ifMatch)
Delete navigation property extensions for organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.ifMatch- ETag.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteExtensionsAsync
Mono<Void> deleteExtensionsAsync(String organizationId, String extensionId, String ifMatch)
Delete navigation property extensions for organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.ifMatch- ETag.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteExtensionsAsync
Mono<Void> deleteExtensionsAsync(String organizationId, String extensionId)
Delete navigation property extensions for organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteExtensions
void deleteExtensions(String organizationId, String extensionId)
Delete navigation property extensions for organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteExtensionsWithResponse
com.azure.core.http.rest.Response<Void> deleteExtensionsWithResponse(String organizationId, String extensionId, String ifMatch, com.azure.core.util.Context context)
Delete navigation property extensions for organization.- Parameters:
organizationId- key: id of organization.extensionId- key: id of extension.ifMatch- ETag.context- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> checkMemberGroupsWithResponseAsync(String organizationId, OrganizationCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsAsync
Mono<List<String>> checkMemberGroupsAsync(String organizationId, OrganizationCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroups
List<String> checkMemberGroups(String organizationId, OrganizationCheckMemberGroupsRequestBody body)
Invoke action checkMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberGroupsWithResponse
com.azure.core.http.rest.Response<List<String>> checkMemberGroupsWithResponse(String organizationId, OrganizationCheckMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.context- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> checkMemberObjectsWithResponseAsync(String organizationId, OrganizationCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsAsync
Mono<List<String>> checkMemberObjectsAsync(String organizationId, OrganizationCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjects
List<String> checkMemberObjects(String organizationId, OrganizationCheckMemberObjectsRequestBody body)
Invoke action checkMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
checkMemberObjectsWithResponse
com.azure.core.http.rest.Response<List<String>> checkMemberObjectsWithResponse(String organizationId, OrganizationCheckMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action checkMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.context- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> getMemberGroupsWithResponseAsync(String organizationId, OrganizationGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsAsync
Mono<List<String>> getMemberGroupsAsync(String organizationId, OrganizationGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroups
List<String> getMemberGroups(String organizationId, OrganizationGetMemberGroupsRequestBody body)
Invoke action getMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberGroupsWithResponse
com.azure.core.http.rest.Response<List<String>> getMemberGroupsWithResponse(String organizationId, OrganizationGetMemberGroupsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberGroups.- Parameters:
organizationId- key: id of organization.body- Action parameters.context- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<String>>> getMemberObjectsWithResponseAsync(String organizationId, OrganizationGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsAsync
Mono<List<String>> getMemberObjectsAsync(String organizationId, OrganizationGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjects
List<String> getMemberObjects(String organizationId, OrganizationGetMemberObjectsRequestBody body)
Invoke action getMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getMemberObjectsWithResponse
com.azure.core.http.rest.Response<List<String>> getMemberObjectsWithResponse(String organizationId, OrganizationGetMemberObjectsRequestBody body, com.azure.core.util.Context context)
Invoke action getMemberObjects.- Parameters:
organizationId- key: id of organization.body- Action parameters.context- The context to associate with this operation.- Returns:
- array of String.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
restoreWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner>> restoreWithResponseAsync(String organizationId)
Invoke action restore.- Parameters:
organizationId- key: id of organization.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
restoreAsync
Mono<MicrosoftGraphDirectoryObjectInner> restoreAsync(String organizationId)
Invoke action restore.- Parameters:
organizationId- key: id of organization.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
restore
MicrosoftGraphDirectoryObjectInner restore(String organizationId)
Invoke action restore.- Parameters:
organizationId- key: id of organization.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
restoreWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphDirectoryObjectInner> restoreWithResponse(String organizationId, com.azure.core.util.Context context)
Invoke action restore.- Parameters:
organizationId- key: id of organization.context- The context to associate with this operation.- Returns:
- represents an Azure Active Directory object.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
setMobileDeviceManagementAuthorityWithResponseAsync
Mono<com.azure.core.http.rest.Response<Integer>> setMobileDeviceManagementAuthorityWithResponseAsync(String organizationId)
Invoke action setMobileDeviceManagementAuthority.- Parameters:
organizationId- key: id of organization.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
setMobileDeviceManagementAuthorityAsync
Mono<Integer> setMobileDeviceManagementAuthorityAsync(String organizationId)
Invoke action setMobileDeviceManagementAuthority.- Parameters:
organizationId- key: id of organization.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
setMobileDeviceManagementAuthority
int setMobileDeviceManagementAuthority(String organizationId)
Invoke action setMobileDeviceManagementAuthority.- Parameters:
organizationId- key: id of organization.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
setMobileDeviceManagementAuthorityWithResponse
com.azure.core.http.rest.Response<Integer> setMobileDeviceManagementAuthorityWithResponse(String organizationId, com.azure.core.util.Context context)
Invoke action setMobileDeviceManagementAuthority.- Parameters:
organizationId- key: id of organization.context- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>>> getAvailableExtensionPropertiesWithResponseAsync(OrganizationGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesAsync
Mono<List<MicrosoftGraphExtensionPropertyInner>> getAvailableExtensionPropertiesAsync(OrganizationGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionProperties
List<MicrosoftGraphExtensionPropertyInner> getAvailableExtensionProperties(OrganizationGetAvailableExtensionPropertiesRequestBody body)
Invoke action getAvailableExtensionProperties.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAvailableExtensionPropertiesWithResponse
com.azure.core.http.rest.Response<List<MicrosoftGraphExtensionPropertyInner>> getAvailableExtensionPropertiesWithResponse(OrganizationGetAvailableExtensionPropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action getAvailableExtensionProperties.- Parameters:
body- Action parameters.context- The context to associate with this operation.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>>> getByIdsWithResponseAsync(OrganizationGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsAsync
Mono<List<MicrosoftGraphDirectoryObjectInner>> getByIdsAsync(OrganizationGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIds
List<MicrosoftGraphDirectoryObjectInner> getByIds(OrganizationGetByIdsRequestBody body)
Invoke action getByIds.- Parameters:
body- Action parameters.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdsWithResponse
com.azure.core.http.rest.Response<List<MicrosoftGraphDirectoryObjectInner>> getByIdsWithResponse(OrganizationGetByIdsRequestBody body, com.azure.core.util.Context context)
Invoke action getByIds.- Parameters:
body- Action parameters.context- The context to associate with this operation.- Returns:
- array of microsoft.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> validatePropertiesWithResponseAsync(OrganizationValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body- Action parameters.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesAsync
Mono<Void> validatePropertiesAsync(OrganizationValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body- Action parameters.- Returns:
- the completion.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validateProperties
void validateProperties(OrganizationValidatePropertiesRequestBody body)
Invoke action validateProperties.- Parameters:
body- Action parameters.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
validatePropertiesWithResponse
com.azure.core.http.rest.Response<Void> validatePropertiesWithResponse(OrganizationValidatePropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action validateProperties.- Parameters:
body- Action parameters.context- The context to associate with this operation.- Returns:
- the response.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-