| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static CommentDTO.EntryPointEnum |
CommentDTO.EntryPointEnum.fromValue(String value) |
CommentDTO.EntryPointEnum |
CommentDTO.getEntryPoint()
Get entryPoint
|
CommentDTO.EntryPointEnum |
CommentDTO.EntryPointEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CommentDTO.EntryPointEnum |
CommentDTO.EntryPointEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentDTO.EntryPointEnum[] |
CommentDTO.EntryPointEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
CommentDTO.entryPoint(CommentDTO.EntryPointEnum entryPoint) |
void |
CommentDTO.setEntryPoint(CommentDTO.EntryPointEnum entryPoint) |
void |
CommentDTO.EntryPointEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CommentDTO.EntryPointEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.