Interface SubscribedSkusSubscribedSkusClient
-
public interface SubscribedSkusSubscribedSkusClientAn instance of this class provides access to all the operations defined in SubscribedSkusSubscribedSkusClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MicrosoftGraphSubscribedSkuInnercreateSubscribedSku(MicrosoftGraphSubscribedSkuInner body)Add new entity to subscribedSkus.Mono<MicrosoftGraphSubscribedSkuInner>createSubscribedSkuAsync(MicrosoftGraphSubscribedSkuInner body)Add new entity to subscribedSkus.com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>createSubscribedSkuWithResponse(MicrosoftGraphSubscribedSkuInner body, com.azure.core.util.Context context)Add new entity to subscribedSkus.Mono<com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>>createSubscribedSkuWithResponseAsync(MicrosoftGraphSubscribedSkuInner body)Add new entity to subscribedSkus.voiddeleteSubscribedSku(String subscribedSkuId)Delete entity from subscribedSkus.Mono<Void>deleteSubscribedSkuAsync(String subscribedSkuId)Delete entity from subscribedSkus.Mono<Void>deleteSubscribedSkuAsync(String subscribedSkuId, String ifMatch)Delete entity from subscribedSkus.com.azure.core.http.rest.Response<Void>deleteSubscribedSkuWithResponse(String subscribedSkuId, String ifMatch, com.azure.core.util.Context context)Delete entity from subscribedSkus.Mono<com.azure.core.http.rest.Response<Void>>deleteSubscribedSkuWithResponseAsync(String subscribedSkuId, String ifMatch)Delete entity from subscribedSkus.MicrosoftGraphSubscribedSkuInnergetSubscribedSku(String subscribedSkuId)Get entity from subscribedSkus by key.Mono<MicrosoftGraphSubscribedSkuInner>getSubscribedSkuAsync(String subscribedSkuId)Get entity from subscribedSkus by key.Mono<MicrosoftGraphSubscribedSkuInner>getSubscribedSkuAsync(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)Get entity from subscribedSkus by key.com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>getSubscribedSkuWithResponse(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand, com.azure.core.util.Context context)Get entity from subscribedSkus by key.Mono<com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>>getSubscribedSkuWithResponseAsync(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)Get entity from subscribedSkus by key.com.azure.core.http.rest.PagedIterable<MicrosoftGraphSubscribedSkuInner>listSubscribedSku()Get entities from subscribedSkus.com.azure.core.http.rest.PagedIterable<MicrosoftGraphSubscribedSkuInner>listSubscribedSku(Integer top, Integer skip, String search, String filter, Boolean count, List<SubscribedSkusSubscribedSkuOrderby> orderby, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand, com.azure.core.util.Context context)Get entities from subscribedSkus.com.azure.core.http.rest.PagedFlux<MicrosoftGraphSubscribedSkuInner>listSubscribedSkuAsync()Get entities from subscribedSkus.com.azure.core.http.rest.PagedFlux<MicrosoftGraphSubscribedSkuInner>listSubscribedSkuAsync(Integer top, Integer skip, String search, String filter, Boolean count, List<SubscribedSkusSubscribedSkuOrderby> orderby, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)Get entities from subscribedSkus.voidupdateSubscribedSku(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)Update entity in subscribedSkus.Mono<Void>updateSubscribedSkuAsync(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)Update entity in subscribedSkus.com.azure.core.http.rest.Response<Void>updateSubscribedSkuWithResponse(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body, com.azure.core.util.Context context)Update entity in subscribedSkus.Mono<com.azure.core.http.rest.Response<Void>>updateSubscribedSkuWithResponseAsync(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)Update entity in subscribedSkus.
-
-
-
Method Detail
-
listSubscribedSkuAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphSubscribedSkuInner> listSubscribedSkuAsync(Integer top, Integer skip, String search, String filter, Boolean count, List<SubscribedSkusSubscribedSkuOrderby> orderby, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)
Get entities from subscribedSkus.- Parameters:
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:
- entities from subscribedSkus.
- 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.
-
listSubscribedSkuAsync
com.azure.core.http.rest.PagedFlux<MicrosoftGraphSubscribedSkuInner> listSubscribedSkuAsync()
Get entities from subscribedSkus.- Returns:
- entities from subscribedSkus.
- Throws:
OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listSubscribedSku
com.azure.core.http.rest.PagedIterable<MicrosoftGraphSubscribedSkuInner> listSubscribedSku()
Get entities from subscribedSkus.- Returns:
- entities from subscribedSkus.
- Throws:
OdataErrorMainException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listSubscribedSku
com.azure.core.http.rest.PagedIterable<MicrosoftGraphSubscribedSkuInner> listSubscribedSku(Integer top, Integer skip, String search, String filter, Boolean count, List<SubscribedSkusSubscribedSkuOrderby> orderby, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand, com.azure.core.util.Context context)
Get entities from subscribedSkus.- Parameters:
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:
- entities from subscribedSkus.
- 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.
-
createSubscribedSkuWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>> createSubscribedSkuWithResponseAsync(MicrosoftGraphSubscribedSkuInner body)
Add new entity to subscribedSkus.- Parameters:
body- New entity.- Returns:
- subscribedSku.
- 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.
-
createSubscribedSkuAsync
Mono<MicrosoftGraphSubscribedSkuInner> createSubscribedSkuAsync(MicrosoftGraphSubscribedSkuInner body)
Add new entity to subscribedSkus.- Parameters:
body- New entity.- Returns:
- subscribedSku.
- 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.
-
createSubscribedSku
MicrosoftGraphSubscribedSkuInner createSubscribedSku(MicrosoftGraphSubscribedSkuInner body)
Add new entity to subscribedSkus.- Parameters:
body- New entity.- Returns:
- subscribedSku.
- 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.
-
createSubscribedSkuWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner> createSubscribedSkuWithResponse(MicrosoftGraphSubscribedSkuInner body, com.azure.core.util.Context context)
Add new entity to subscribedSkus.- Parameters:
body- New entity.context- The context to associate with this operation.- Returns:
- subscribedSku.
- 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.
-
getSubscribedSkuWithResponseAsync
Mono<com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner>> getSubscribedSkuWithResponseAsync(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)
Get entity from subscribedSkus by key.- Parameters:
subscribedSkuId- key: id of subscribedSku.select- Select properties to be returned.expand- Expand related entities.- Returns:
- entity from subscribedSkus by key.
- 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.
-
getSubscribedSkuAsync
Mono<MicrosoftGraphSubscribedSkuInner> getSubscribedSkuAsync(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand)
Get entity from subscribedSkus by key.- Parameters:
subscribedSkuId- key: id of subscribedSku.select- Select properties to be returned.expand- Expand related entities.- Returns:
- entity from subscribedSkus by key.
- 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.
-
getSubscribedSkuAsync
Mono<MicrosoftGraphSubscribedSkuInner> getSubscribedSkuAsync(String subscribedSkuId)
Get entity from subscribedSkus by key.- Parameters:
subscribedSkuId- key: id of subscribedSku.- Returns:
- entity from subscribedSkus by key.
- 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.
-
getSubscribedSku
MicrosoftGraphSubscribedSkuInner getSubscribedSku(String subscribedSkuId)
Get entity from subscribedSkus by key.- Parameters:
subscribedSkuId- key: id of subscribedSku.- Returns:
- entity from subscribedSkus by key.
- 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.
-
getSubscribedSkuWithResponse
com.azure.core.http.rest.Response<MicrosoftGraphSubscribedSkuInner> getSubscribedSkuWithResponse(String subscribedSkuId, List<SubscribedSkusSubscribedSkuSelect> select, List<String> expand, com.azure.core.util.Context context)
Get entity from subscribedSkus by key.- Parameters:
subscribedSkuId- key: id of subscribedSku.select- Select properties to be returned.expand- Expand related entities.context- The context to associate with this operation.- Returns:
- entity from subscribedSkus by key.
- 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.
-
updateSubscribedSkuWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> updateSubscribedSkuWithResponseAsync(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)
Update entity in subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.body- New 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.
-
updateSubscribedSkuAsync
Mono<Void> updateSubscribedSkuAsync(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)
Update entity in subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.body- New 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.
-
updateSubscribedSku
void updateSubscribedSku(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body)
Update entity in subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.body- New 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.
-
updateSubscribedSkuWithResponse
com.azure.core.http.rest.Response<Void> updateSubscribedSkuWithResponse(String subscribedSkuId, MicrosoftGraphSubscribedSkuInner body, com.azure.core.util.Context context)
Update entity in subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.body- New 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.
-
deleteSubscribedSkuWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> deleteSubscribedSkuWithResponseAsync(String subscribedSkuId, String ifMatch)
Delete entity from subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.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.
-
deleteSubscribedSkuAsync
Mono<Void> deleteSubscribedSkuAsync(String subscribedSkuId, String ifMatch)
Delete entity from subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.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.
-
deleteSubscribedSkuAsync
Mono<Void> deleteSubscribedSkuAsync(String subscribedSkuId)
Delete entity from subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.- 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.
-
deleteSubscribedSku
void deleteSubscribedSku(String subscribedSkuId)
Delete entity from subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.- 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.
-
deleteSubscribedSkuWithResponse
com.azure.core.http.rest.Response<Void> deleteSubscribedSkuWithResponse(String subscribedSkuId, String ifMatch, com.azure.core.util.Context context)
Delete entity from subscribedSkus.- Parameters:
subscribedSkuId- key: id of subscribedSku.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.
-
-