public static class CreatePlantumlWhiteboardNodeReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePlantumlWhiteboardNodeReqBody |
build() |
CreatePlantumlWhiteboardNodeReqBody.Builder |
diagramType(CreatePlantumlWhiteboardNodeDiagramTypeEnum diagramType)
示例值:
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
diagramType(Integer diagramType)
示例值:
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
plantUmlCode(String plantUmlCode)
plant uml 代码
示例值:@startuml\nAlice -> Bob: Authentication Request\nBob --> Alice: Authentication Response\n@enduml
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
styleType(CreatePlantumlWhiteboardNodeStyleTypeEnum styleType)
示例值:1
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
styleType(Integer styleType)
示例值:1
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
syntaxType(CreatePlantumlWhiteboardNodeSyntaxTypeEnum syntaxType)
语法类型
示例值:
|
CreatePlantumlWhiteboardNodeReqBody.Builder |
syntaxType(Integer syntaxType)
语法类型
示例值:
|
public CreatePlantumlWhiteboardNodeReqBody.Builder plantUmlCode(String plantUmlCode)
示例值:@startuml\nAlice -> Bob: Authentication Request\nBob --> Alice: Authentication Response\n@enduml
plantUmlCode - public CreatePlantumlWhiteboardNodeReqBody.Builder styleType(Integer styleType)
示例值:1
styleType - public CreatePlantumlWhiteboardNodeReqBody.Builder styleType(CreatePlantumlWhiteboardNodeStyleTypeEnum styleType)
示例值:1
styleType - CreatePlantumlWhiteboardNodeStyleTypeEnumpublic CreatePlantumlWhiteboardNodeReqBody.Builder syntaxType(Integer syntaxType)
示例值:
syntaxType - public CreatePlantumlWhiteboardNodeReqBody.Builder syntaxType(CreatePlantumlWhiteboardNodeSyntaxTypeEnum syntaxType)
示例值:
syntaxType - CreatePlantumlWhiteboardNodeSyntaxTypeEnumpublic CreatePlantumlWhiteboardNodeReqBody.Builder diagramType(Integer diagramType)
示例值:
diagramType - public CreatePlantumlWhiteboardNodeReqBody.Builder diagramType(CreatePlantumlWhiteboardNodeDiagramTypeEnum diagramType)
示例值:
diagramType - CreatePlantumlWhiteboardNodeDiagramTypeEnumpublic CreatePlantumlWhiteboardNodeReqBody build()
Copyright © 2025. All rights reserved.