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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public TargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/targetedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link TargetedChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -69,7 +69,7 @@ public TargetedChatMessageCollectionResponse get() {
return get(null);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedChatMessageCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -107,15 +107,15 @@ public TargetedChatMessage post(@jakarta.annotation.Nonnull final TargetedChatMe
return this.requestAdapter.send(requestInfo, errorMapping, TargetedChatMessage::createFromDiscriminatorValue);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -161,7 +161,7 @@ public TargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final
return new TargetedMessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link TargetedChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -82,7 +82,7 @@ public TargetedChatMessage get() {
return get(null);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TargetedChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -140,15 +140,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ public TargetedChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get targetedMessages from chats
* A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,21 @@ public JobsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka
super(requestAdapter, "{+baseurl}/directory/recovery/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get jobs from directory
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
* @return a {@link RecoveryJobBaseCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-jobs?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public RecoveryJobBaseCollectionResponse get() {
return get(null);
}
/**
* Get jobs from directory
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RecoveryJobBaseCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-jobs?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public RecoveryJobBaseCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
Expand Down Expand Up @@ -107,15 +109,15 @@ public RecoveryJobBase post(@jakarta.annotation.Nonnull final RecoveryJobBase bo
return this.requestAdapter.send(requestInfo, errorMapping, RecoveryJobBase::createFromDiscriminatorValue);
}
/**
* Get jobs from directory
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get jobs from directory
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -161,7 +163,7 @@ public JobsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr
return new JobsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get jobs from directory
* Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get jobs from directory
* Collection of all recovery jobs (both preview and recovery) for the tenant.
* @return a {@link RecoveryJobBase}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -73,7 +73,7 @@ public RecoveryJobBase get() {
return get(null);
}
/**
* Get jobs from directory
* Collection of all recovery jobs (both preview and recovery) for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RecoveryJobBase}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -131,15 +131,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get jobs from directory
* Collection of all recovery jobs (both preview and recovery) for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get jobs from directory
* Collection of all recovery jobs (both preview and recovery) for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -191,7 +191,7 @@ public RecoveryJobBaseItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fin
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get jobs from directory
* Collection of all recovery jobs (both preview and recovery) for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,21 @@ public SnapshotsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/directory/recovery/snapshots{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get snapshots from directory
* Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
* @return a {@link SnapshotCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-snapshots?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public SnapshotCollectionResponse get() {
return get(null);
}
/**
* Get snapshots from directory
* Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SnapshotCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see <a href="https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-snapshots?view=graph-rest-1.0">Find more info here</a>
*/
@jakarta.annotation.Nullable
public SnapshotCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
Expand Down Expand Up @@ -107,15 +109,15 @@ public Snapshot post(@jakarta.annotation.Nonnull final Snapshot body, @jakarta.a
return this.requestAdapter.send(requestInfo, errorMapping, Snapshot::createFromDiscriminatorValue);
}
/**
* Get snapshots from directory
* Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get snapshots from directory
* Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -161,7 +163,7 @@ public SnapshotsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new SnapshotsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get snapshots from directory
* Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get snapshots from directory
* Collection of backup snapshots available for the tenant.
* @return a {@link Snapshot}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -82,7 +82,7 @@ public Snapshot get() {
return get(null);
}
/**
* Get snapshots from directory
* Collection of backup snapshots available for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Snapshot}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -140,15 +140,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get snapshots from directory
* Collection of backup snapshots available for the tenant.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get snapshots from directory
* Collection of backup snapshots available for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ public SnapshotItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get snapshots from directory
* Collection of backup snapshots available for the tenant.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public RecoveryJobsRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/directory/recovery/snapshots/{snapshot%2Did}/recoveryJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get recoveryJobs from directory
* Collection of recovery jobs created for this snapshot.
* @return a {@link RecoveryJobCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -68,7 +68,7 @@ public RecoveryJobCollectionResponse get() {
return get(null);
}
/**
* Get recoveryJobs from directory
* Collection of recovery jobs created for this snapshot.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RecoveryJobCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -81,15 +81,15 @@ public RecoveryJobCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, RecoveryJobCollectionResponse::createFromDiscriminatorValue);
}
/**
* Get recoveryJobs from directory
* Collection of recovery jobs created for this snapshot.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get recoveryJobs from directory
* Collection of recovery jobs created for this snapshot.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -111,7 +111,7 @@ public RecoveryJobsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new RecoveryJobsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get recoveryJobs from directory
* Collection of recovery jobs created for this snapshot.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Loading
Loading