Class Workspace

java.lang.Object
com.mypurecloud.sdk.v2.model.Workspace
All Implemented Interfaces:
Serializable

public class Workspace extends Object implements Serializable
Workspace
See Also:
  • Constructor Details

    • Workspace

      public Workspace()
    • Workspace

      public Workspace(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public Workspace name(String name)
      The current name of the workspace.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • type

      public Workspace type(Workspace.TypeEnum type)
    • getType

      public Workspace.TypeEnum getType()
    • setType

      public void setType(Workspace.TypeEnum type)
    • isCurrentUserWorkspace

      public Workspace isCurrentUserWorkspace(Boolean isCurrentUserWorkspace)
    • getIsCurrentUserWorkspace

      public Boolean getIsCurrentUserWorkspace()
    • setIsCurrentUserWorkspace

      public void setIsCurrentUserWorkspace(Boolean isCurrentUserWorkspace)
    • user

      public Workspace user(DomainEntityRef user)
    • getUser

      public DomainEntityRef getUser()
    • setUser

      public void setUser(DomainEntityRef user)
    • bucket

      public Workspace bucket(String bucket)
    • getBucket

      public String getBucket()
    • setBucket

      public void setBucket(String bucket)
    • dateCreated

      public Workspace dateCreated(Date dateCreated)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

      public Workspace dateModified(Date dateModified)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • summary

      public Workspace summary(WorkspaceSummary summary)
    • getSummary

      public WorkspaceSummary getSummary()
    • setSummary

      public void setSummary(WorkspaceSummary summary)
    • acl

      public Workspace acl(List<String> acl)
    • getAcl

      public List<String> getAcl()
    • setAcl

      public void setAcl(List<String> acl)
    • description

      public Workspace description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object