Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.CommentDTO.EntryPointEnum
-
Packages that use CommentDTO.EntryPointEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of CommentDTO.EntryPointEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return CommentDTO.EntryPointEnum Modifier and Type Method Description static CommentDTO.EntryPointEnumCommentDTO.EntryPointEnum. fromValue(String value)CommentDTO.EntryPointEnumCommentDTO. getEntryPoint()Get entryPointCommentDTO.EntryPointEnumCommentDTO.EntryPointEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CommentDTO.EntryPointEnumCommentDTO.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.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type CommentDTO.EntryPointEnum Modifier and Type Method Description CommentDTOCommentDTO. entryPoint(CommentDTO.EntryPointEnum entryPoint)voidCommentDTO. setEntryPoint(CommentDTO.EntryPointEnum entryPoint)voidCommentDTO.EntryPointEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CommentDTO.EntryPointEnum enumeration)
-