public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo, BinaryInput fileUpload) { return(Implementation.setPhotoWithAttributes(communityId, userId, photo, fileUpload)); }
public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo) { return(Implementation.setPhotoWithAttributes(communityId, userId, photo)); }
public static Photo setPhotoWithAttributes(string communityId, string groupId, PhotoInput photo, BinaryInput fileUpload) { throw new global::System.NotImplementedException("ChatterGroups.SetPhotoWithAttributes"); }
public static Photo updateRecommendationDefinitionPhotoWithAttributes(string communityId, string recommendationDefinitionId, PhotoInput photo, BinaryInput fileUpload) { return(Implementation.updateRecommendationDefinitionPhotoWithAttributes(communityId, recommendationDefinitionId, photo, fileUpload)); }
public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo) { throw new global::System.NotImplementedException("ChatterUsers.SetPhotoWithAttributes"); }