类的使用
com.baidubce.services.bvw.model.notification.AuthType
-
使用AuthType的程序包 程序包 说明 com.baidubce.services.bvw com.baidubce.services.bvw.model.notification -
-
com.baidubce.services.bvw中AuthType的使用
参数类型为AuthType的com.baidubce.services.bvw中的方法 修饰符和类型 方法 说明 NotificationBaseResponseBvwClient. createNotification(String name, String endpoint, String token, AuthType authType)Create notification with specified parameters.NotificationBaseResponseBvwClient. updateNotification(String name, String endpoint, String token, AuthType authType)Update notification with specified parameters. -
com.baidubce.services.bvw.model.notification中AuthType的使用
返回AuthType的com.baidubce.services.bvw.model.notification中的方法 修饰符和类型 方法 说明 AuthTypeNotificationCreateRequest. getAuthType()AuthTypeNotificationUpdateRequest. getAuthType()static AuthTypeAuthType. valueOf(String name)返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)static AuthType[]AuthType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。该方法可用于迭代 常量, 如下所示:for (AuthType c : AuthType.values()) System.out.println(c);
参数类型为AuthType的com.baidubce.services.bvw.model.notification中的方法 修饰符和类型 方法 说明 static NotificationCreateRequestNotificationCreateRequest. of(String name, String endpoint, String token, AuthType authType)static NotificationUpdateRequestNotificationUpdateRequest. of(String name, String endpoint, String token, AuthType authType)voidNotificationCreateRequest. setAuthType(AuthType authType)voidNotificationUpdateRequest. setAuthType(AuthType authType)
-