Class AdminConversationsSearchResponse.Canvas
- java.lang.Object
-
- com.slack.api.methods.response.admin.conversations.AdminConversationsSearchResponse.Canvas
-
- Enclosing class:
- AdminConversationsSearchResponse
public static class AdminConversationsSearchResponse.Canvas extends Object
-
-
Constructor Summary
Constructors Constructor Description Canvas()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<AdminConversationsSearchResponse.CanvasOwnershipDetail>
getOwnershipDetails()
Integer
getTotalCount()
int
hashCode()
void
setOwnershipDetails(List<AdminConversationsSearchResponse.CanvasOwnershipDetail> ownershipDetails)
void
setTotalCount(Integer totalCount)
String
toString()
-
-
-
Method Detail
-
getTotalCount
public Integer getTotalCount()
-
getOwnershipDetails
public List<AdminConversationsSearchResponse.CanvasOwnershipDetail> getOwnershipDetails()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
setOwnershipDetails
public void setOwnershipDetails(List<AdminConversationsSearchResponse.CanvasOwnershipDetail> ownershipDetails)
-
canEqual
protected boolean canEqual(Object other)
-
-