| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Shift |
OnCallApi.getScheduleOnCallUser(String scheduleId)
Get the schedule on-call user.
|
Shift |
OnCallApi.getScheduleOnCallUser(String scheduleId,
OnCallApi.GetScheduleOnCallUserOptionalParameters parameters)
Get the schedule on-call user.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Shift> |
OnCallApi.getScheduleOnCallUserAsync(String scheduleId)
Get the schedule on-call user.
|
CompletableFuture<Shift> |
OnCallApi.getScheduleOnCallUserAsync(String scheduleId,
OnCallApi.GetScheduleOnCallUserOptionalParameters parameters)
Get the schedule on-call user.
|
ApiResponse<Shift> |
OnCallApi.getScheduleOnCallUserWithHttpInfo(String scheduleId,
OnCallApi.GetScheduleOnCallUserOptionalParameters parameters)
Retrieves the user who is on-call for the specified schedule at a given time.
|
CompletableFuture<ApiResponse<Shift>> |
OnCallApi.getScheduleOnCallUserWithHttpInfoAsync(String scheduleId,
OnCallApi.GetScheduleOnCallUserOptionalParameters parameters)
Get the schedule on-call user.
|
| Modifier and Type | Method and Description |
|---|---|
Shift |
Shift.addIncludedItem(ShiftIncluded includedItem) |
Shift |
Shift.data(ShiftData data) |
Shift |
Shift.included(List<ShiftIncluded> included) |
Shift |
Shift.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.