类 AuthorizationScopeBuilder
java.lang.Object
springfox.documentation.builders.AuthorizationScopeBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()description(String description) Updates the description of the scopeUpdates the scope
-
构造器详细资料
-
AuthorizationScopeBuilder
public AuthorizationScopeBuilder()
-
-
方法详细资料
-
scope
Updates the scope- 参数:
scope- - scope for the authorization- 返回:
- this
-
description
Updates the description of the scope- 参数:
description- - describes what this scope represents- 返回:
- this
-
build
-