public class AddCommunicationToCaseResult
extends java.lang.Object
implements java.io.Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
| コンストラクタと説明 |
|---|
AddCommunicationToCaseResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getResult()
Returns true if the AddCommunicationToCase succeeds.
|
int |
hashCode() |
java.lang.Boolean |
isResult()
Returns true if the AddCommunicationToCase succeeds.
|
void |
setResult(java.lang.Boolean result)
Returns true if the AddCommunicationToCase succeeds.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddCommunicationToCaseResult |
withResult(java.lang.Boolean result)
Returns true if the AddCommunicationToCase succeeds.
|
public java.lang.Boolean isResult()
public void setResult(java.lang.Boolean result)
result - Returns true if the AddCommunicationToCase succeeds.
Returns an error otherwise.public AddCommunicationToCaseResult withResult(java.lang.Boolean result)
Returns a reference to this object so that method calls can be chained together.
result - Returns true if the AddCommunicationToCase succeeds.
Returns an error otherwise.public java.lang.Boolean getResult()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object