Package com.kaltura.client.types
Class Group
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.BaseUser
-
- com.kaltura.client.types.Group
-
- All Implemented Interfaces:
ResponseType,Serializable
public class Group extends BaseUser
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroup.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMembersCount()GroupProcessStatusgetProcessStatus()voidprocessStatus(String multirequestToken)voidsetProcessStatus(GroupProcessStatus processStatus)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.BaseUser
adminTags, allowedPartnerIds, allowedPartnerPackages, city, country, description, email, fullName, getAdminTags, getAllowedPartnerIds, getAllowedPartnerPackages, getCity, getCountry, getCreatedAt, getDeletedAt, getDescription, getEmail, getFullName, getId, getIndexedPartnerDataInt, getIndexedPartnerDataString, getLanguage, getLastLoginTime, getPartnerData, getPartnerId, getScreenName, getState, getStatus, getStatusUpdatedAt, getStorageSize, getTags, getThumbnailUrl, getUpdatedAt, getUserMode, getZip, id, indexedPartnerDataInt, indexedPartnerDataString, language, partnerData, screenName, setAdminTags, setAllowedPartnerIds, setAllowedPartnerPackages, setCity, setCountry, setDescription, setEmail, setFullName, setId, setIndexedPartnerDataInt, setIndexedPartnerDataString, setLanguage, setPartnerData, setScreenName, setState, setStatus, setTags, setThumbnailUrl, setUserMode, setZip, state, status, tags, thumbnailUrl, userMode, zip
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
Group
public Group()
-
Group
public Group(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMembersCount
public Integer getMembersCount()
-
getProcessStatus
public GroupProcessStatus getProcessStatus()
-
setProcessStatus
public void setProcessStatus(GroupProcessStatus processStatus)
-
processStatus
public void processStatus(String multirequestToken)
-
-