类 GetUserBatchDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.GetUserBatchDto
-
public class GetUserBatchDto extends Object
-
-
构造器概要
构造器 构造器 说明 GetUserBatchDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetUserIds()StringgetUserIdType()BooleangetWithCustomData()BooleangetWithDepartmentIds()BooleangetWithIdentities()voidsetUserIds(String userIds)voidsetUserIdType(String userIdType)voidsetWithCustomData(Boolean withCustomData)voidsetWithDepartmentIds(Boolean withDepartmentIds)voidsetWithIdentities(Boolean withIdentities)
-
-
-
方法详细资料
-
getUserIds
public String getUserIds()
-
setUserIds
public void setUserIds(String userIds)
-
getUserIdType
public String getUserIdType()
-
setUserIdType
public void setUserIdType(String userIdType)
-
getWithCustomData
public Boolean getWithCustomData()
-
setWithCustomData
public void setWithCustomData(Boolean withCustomData)
-
getWithIdentities
public Boolean getWithIdentities()
-
setWithIdentities
public void setWithIdentities(Boolean withIdentities)
-
getWithDepartmentIds
public Boolean getWithDepartmentIds()
-
setWithDepartmentIds
public void setWithDepartmentIds(Boolean withDepartmentIds)
-
-