MCPcopy Create free account
hub / github.com/TrsstProject/trsst / setStatus

Method setStatus

src/main/java/com/trsst/client/EntryOptions.java:66–69  ·  view source on GitHub ↗

@param status A short text string no longer than 250 characters with no markup.

(String status)

Source from the content-addressed store, hash-verified

64 * markup.
65 */
66 public EntryOptions setStatus(String status) {
67 this.status = status;
68 return this;
69 }
70
71 /**
72 * @return the verb

Callers 4

doPostMethod · 0.95
testAppMethod · 0.80
getCategoriesMethod · 0.80
doPostMethod · 0.80

Calls

no outgoing calls

Tested by 1

testAppMethod · 0.64