Package com.mypurecloud.sdk.v2.model
Class DashboardsSharedWith
java.lang.Object
com.mypurecloud.sdk.v2.model.DashboardsSharedWith
- All Implemented Interfaces:
Serializable
DashboardsSharedWith
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTeamIds(List<String> teamIds) voidsetUserIds(List<String> userIds) The list of team ids to share the dashboard withtoString()The list of user ids to share the dashboard with
-
Constructor Details
-
DashboardsSharedWith
public DashboardsSharedWith() -
DashboardsSharedWith
-
-
Method Details
-
userIds
The list of user ids to share the dashboard with -
getUserIds
-
setUserIds
-
teamIds
The list of team ids to share the dashboard with -
getTeamIds
-
setTeamIds
-
equals
-
hashCode
public int hashCode() -
toString
-