Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ExchangeRequestBuilder extends BaseRequestBuilder {
* Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity.
* @return a {@link MailboxesRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@Deprecated
@jakarta.annotation.Nonnull
Expand All @@ -37,7 +37,7 @@ public MailboxesRequestBuilder mailboxes() {
* Provides operations to manage the messageTraces property of the microsoft.graph.exchangeAdmin entity.
* @return a {@link MessageTracesRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@Deprecated
@jakarta.annotation.Nonnull
Expand All @@ -64,7 +64,7 @@ public ExchangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
* Delete navigation property exchange for admin
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@Deprecated
public void delete() {
Expand All @@ -75,7 +75,7 @@ public void delete() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
Expand All @@ -89,7 +89,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
* @return a {@link ExchangeAdmin}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -102,7 +102,7 @@ public ExchangeAdmin get() {
* @return a {@link ExchangeAdmin}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -118,7 +118,7 @@ public ExchangeAdmin get(@jakarta.annotation.Nullable final java.util.function.C
* @return a {@link ExchangeAdmin}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -132,7 +132,7 @@ public ExchangeAdmin patch(@jakarta.annotation.Nonnull final ExchangeAdmin body)
* @return a {@link ExchangeAdmin}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -147,7 +147,7 @@ public ExchangeAdmin patch(@jakarta.annotation.Nonnull final ExchangeAdmin body,
* Delete navigation property exchange for admin
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -159,7 +159,7 @@ public RequestInformation toDeleteRequestInformation() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -173,7 +173,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
* A container for the Exchange admin functionality. Read-only.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -185,7 +185,7 @@ public RequestInformation toGetRequestInformation() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -200,7 +200,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* @param body The request body
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -213,7 +213,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -230,7 +230,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link ExchangeRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MailboxesRequestBuilder extends BaseRequestBuilder {
* Provides operations to count the resources in the collection.
* @return a {@link CountRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@Deprecated
@jakarta.annotation.Nonnull
Expand All @@ -39,7 +39,7 @@ public CountRequestBuilder count() {
* @param mailboxId The unique identifier of mailbox
* @return a {@link MailboxItemRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand Down Expand Up @@ -70,7 +70,7 @@ public MailboxesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* @return a {@link MailboxCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -83,7 +83,7 @@ public MailboxCollectionResponse get() {
* @return a {@link MailboxCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -99,7 +99,7 @@ public MailboxCollectionResponse get(@jakarta.annotation.Nullable final java.uti
* @return a {@link Mailbox}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -113,7 +113,7 @@ public Mailbox post(@jakarta.annotation.Nonnull final Mailbox body) {
* @return a {@link Mailbox}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -128,7 +128,7 @@ public Mailbox post(@jakarta.annotation.Nonnull final Mailbox body, @jakarta.ann
* Represents a user's mailboxes.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -155,7 +155,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* @param body The request body
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -168,7 +168,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -185,7 +185,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link MailboxesRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -53,7 +53,7 @@ public Integer get() {
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -67,7 +67,7 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
* Get the number of the resource
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -79,7 +79,7 @@ public RequestInformation toGetRequestInformation() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand All @@ -94,7 +94,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CountRequestBuilder}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
*/
@jakarta.annotation.Nonnull
@Deprecated
Expand Down
Loading
Loading