UsersUsersClient Interface
public interface UsersUsersClient
An instance of this class provides access to all the operations defined in UsersUsersClient.
Method Summary
Method Details
createUser
public abstract MicrosoftGraphUserInner createUser(MicrosoftGraphUserInner body)
Add new entity to users.
Parameters:
Returns:
createUserAsync
public abstract Mono<MicrosoftGraphUserInner> createUserAsync(MicrosoftGraphUserInner body)
Add new entity to users.
Parameters:
Returns:
createUserWithResponse
public abstract Response<MicrosoftGraphUserInner> createUserWithResponse(MicrosoftGraphUserInner body, Context context)
Add new entity to users.
Parameters:
Returns:
createUserWithResponseAsync
public abstract Mono<Response<MicrosoftGraphUserInner>> createUserWithResponseAsync(MicrosoftGraphUserInner body)
Add new entity to users.
Parameters:
Returns:
deleteUser
public abstract void deleteUser(String userId)
Delete entity from users.
Parameters:
deleteUserAsync
public abstract Mono<Void> deleteUserAsync(String userId)
Delete entity from users.
Parameters:
Returns:
deleteUserWithResponse
public abstract Response<Void> deleteUserWithResponse(String userId, String ifMatch, Context context)
Delete entity from users.
Parameters:
Returns:
deleteUserWithResponseAsync
public abstract Mono<Response<Void>> deleteUserWithResponseAsync(String userId, String ifMatch)
Delete entity from users.
Parameters:
Returns:
getUser
public abstract MicrosoftGraphUserInner getUser(String userId)
Get entity from users by key.
Parameters:
Returns:
getUserAsync
public abstract Mono<MicrosoftGraphUserInner> getUserAsync(String userId)
Get entity from users by key.
Parameters:
Returns:
getUserWithResponse
public abstract Response<MicrosoftGraphUserInner> getUserWithResponse(String userId, String consistencyLevel, List<Get2ItemsItem> select, List<Get3ItemsItem> expand, Context context)
Get entity from users by key.
Parameters:
Returns:
getUserWithResponseAsync
public abstract Mono<Response<MicrosoftGraphUserInner>> getUserWithResponseAsync(String userId, String consistencyLevel, List<Get2ItemsItem> select, List<Get3ItemsItem> expand)
Get entity from users by key.
Parameters:
Returns:
listUser
public abstract PagedIterable<MicrosoftGraphUserInner> listUser()
Get entities from users.
Returns:
listUser
public abstract PagedIterable<MicrosoftGraphUserInner> listUser(String consistencyLevel, Integer top, Integer skip, String search, String filter, Boolean count, List<Get6ItemsItem> orderby, List<Get7ItemsItem> select, List<Get8ItemsItem> expand, Context context)
Get entities from users.
Parameters:
Returns:
listUserAsync
public abstract PagedFlux<MicrosoftGraphUserInner> listUserAsync()
Get entities from users.
Returns:
listUserAsync
public abstract PagedFlux<MicrosoftGraphUserInner> listUserAsync(String consistencyLevel, Integer top, Integer skip, String search, String filter, Boolean count, List<Get6ItemsItem> orderby, List<Get7ItemsItem> select, List<Get8ItemsItem> expand)
Get entities from users.
Parameters:
Returns:
updateUser
public abstract void updateUser(String userId, MicrosoftGraphUserInner body)
Update entity in users.
Parameters:
updateUserAsync
public abstract Mono<Void> updateUserAsync(String userId, MicrosoftGraphUserInner body)
Update entity in users.
Parameters:
Returns:
updateUserWithResponse
public abstract Response<Void> updateUserWithResponse(String userId, MicrosoftGraphUserInner body, Context context)
Update entity in users.
Parameters:
Returns:
updateUserWithResponseAsync
public abstract Mono<Response<Void>> updateUserWithResponseAsync(String userId, MicrosoftGraphUserInner body)
Update entity in users.
Parameters:
Returns: