com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listDirectReports(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand,
com.azure.core.util.Context context) |
Get directReports from contacts.
|
com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listDirectReportsAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand) |
Get directReports from contacts.
|
com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listMemberOf(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand,
com.azure.core.util.Context context) |
Get memberOf from contacts.
|
com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listMemberOfAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand) |
Get memberOf from contacts.
|
com.azure.core.http.rest.PagedIterable<String> |
ContactsClient.listRefDirectReports(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
com.azure.core.util.Context context) |
Get ref of directReports from contacts.
|
com.azure.core.http.rest.PagedFlux<String> |
ContactsClient.listRefDirectReportsAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby) |
Get ref of directReports from contacts.
|
com.azure.core.http.rest.PagedIterable<String> |
ContactsClient.listRefMemberOf(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
com.azure.core.util.Context context) |
Get ref of memberOf from contacts.
|
com.azure.core.http.rest.PagedFlux<String> |
ContactsClient.listRefMemberOfAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby) |
Get ref of memberOf from contacts.
|
com.azure.core.http.rest.PagedIterable<String> |
ContactsClient.listRefTransitiveMemberOf(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
com.azure.core.util.Context context) |
Get ref of transitiveMemberOf from contacts.
|
com.azure.core.http.rest.PagedFlux<String> |
ContactsClient.listRefTransitiveMemberOfAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby) |
Get ref of transitiveMemberOf from contacts.
|
com.azure.core.http.rest.PagedIterable<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listTransitiveMemberOf(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand,
com.azure.core.util.Context context) |
Get transitiveMemberOf from contacts.
|
com.azure.core.http.rest.PagedFlux<MicrosoftGraphDirectoryObjectInner> |
ContactsClient.listTransitiveMemberOfAsync(String orgContactId,
Integer top,
Integer skip,
String search,
String filter,
Boolean count,
List<ContactsOrderby> orderby,
List<ContactsSelect> select,
List<String> expand) |
Get transitiveMemberOf from contacts.
|