Uses of Class
org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest.CommentResponse
-
Packages that use CommentResponse Package Description org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest -
-
Uses of CommentResponse in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest
Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest that return types with arguments of type CommentResponse Modifier and Type Method Description List<CommentResponse>CommentsResponse. getList()Return the responseObjects result.Method parameters in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest with type arguments of type CommentResponse Modifier and Type Method Description voidCommentsResponse. setList(List<CommentResponse> responseObjects)Set up the responseObjects result.Constructors in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest with parameters of type CommentResponse Constructor Description CommentResponse(CommentResponse template)Copy/clone constructor
-