public class YfyAdminPlatformRequest extends Object
| Constructor and Description |
|---|
YfyAdminPlatformRequest(YfyBaseClient.YfyInternalClient client) |
| Modifier and Type | Method and Description |
|---|---|
YfyMappingDepartment |
getMappingDepartment(long platformId,
long yfyDepartmentId)
get a mapping department's information
|
YfyMappingDepartment |
getMappingDepartment(long platformId,
String departmentId)
get a mapping department's information
|
YfyMappingGroup |
getMappingGroup(long platformId,
long yfyGroupId)
get a mapping group's information
|
YfyMappingGroup |
getMappingGroup(long platformId,
String groupId)
get a mapping group's information
|
YfyDetailedUser |
getMappingUser(long platformId,
long yfyUserId)
get a mapping user's information
|
YfyDetailedUser |
getMappingUser(long platformId,
String userId)
get a mapping user's information
|
public YfyAdminPlatformRequest(YfyBaseClient.YfyInternalClient client)
public YfyDetailedUser getMappingUser(long platformId, String userId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)userId - Platform user id in custom system(can be any string)YfyExceptionpublic YfyDetailedUser getMappingUser(long platformId, long yfyUserId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)yfyUserId - Fangcloud User idYfyExceptionpublic YfyMappingDepartment getMappingDepartment(long platformId, String departmentId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)departmentId - Platform department id in custom system(can be any string)YfyExceptionpublic YfyMappingDepartment getMappingDepartment(long platformId, long yfyDepartmentId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)yfyDepartmentId - Fangcloud Department idYfyExceptionpublic YfyMappingGroup getMappingGroup(long platformId, String groupId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)groupId - Platform group id in custom system(can be any string)YfyExceptionpublic YfyMappingGroup getMappingGroup(long platformId, long yfyGroupId) throws YfyException
platformId - Platform id in fangcloud(available only when enterprise open sync account)yfyGroupId - Fangcloud Group idYfyExceptionCopyright © 2018 YiFangYun. All rights reserved.