| Package | Description |
|---|---|
| com.baidubce.services.bvw | |
| com.baidubce.services.bvw.model.notification |
| Modifier and Type | Method and Description |
|---|---|
NotificationBaseResponse |
BvwClient.createNotification(String name,
String endpoint,
String token,
AuthType authType)
Create notification with specified parameters.
|
NotificationBaseResponse |
BvwClient.updateNotification(String name,
String endpoint,
String token,
AuthType authType)
Update notification with specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
NotificationUpdateRequest.getAuthType() |
AuthType |
NotificationCreateRequest.getAuthType() |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationUpdateRequest |
NotificationUpdateRequest.of(String name,
String endpoint,
String token,
AuthType authType) |
static NotificationCreateRequest |
NotificationCreateRequest.of(String name,
String endpoint,
String token,
AuthType authType) |
void |
NotificationUpdateRequest.setAuthType(AuthType authType) |
void |
NotificationCreateRequest.setAuthType(AuthType authType) |
Copyright © 2022. All rights reserved.