C# Class Yammer.APIWrapper.User.Json

Mostra file Open project: kdavie/Yammer.NET-2.0

Public Methods

Method Description
AtMessage ( string text ) : string
Create ( UserParameters userParams ) : string
CreateRelationship ( User user, RelationshipType type ) : string
CreateUser ( UserParameters userParams ) : string
DeclineSuggestion ( string id ) : string
Delete ( ) : string
DeleteRelationship ( RelationshipType type ) : string
DeleteRelationship ( User user, RelationshipType type ) : string
DeleteUser ( string id ) : string
DirectMessage ( string text ) : string
GetAllUsers ( ) : string
GetAllUsers ( MembershipParameters membershipParams ) : string
GetCurrent ( ) : string
GetRelationships ( ) : string
GetSuggestedGroups ( ) : string
GetSuggestedUsers ( ) : string
GetSuggestions ( ) : string
GetUserByEmail ( string email ) : string
GetUserById ( string id ) : string
InviteUser ( string email ) : string
Json ( User user ) : System
Modify ( UserParameters userParams ) : string
ModifyUser ( string id, UserParameters userParams ) : string
SetAsColleague ( ) : string
SetAsSubordinate ( ) : string
SetAsSuperior ( ) : string
Subscribe ( User user ) : string
Subscribe ( ) : void
SubscribedTo ( ) : string
Suspend ( ) : string
SuspendUser ( string id ) : string
UnSubscribe ( User user ) : string
UnSubscribe ( ) : void

Method Details

AtMessage() public method

public AtMessage ( string text ) : string
text string
return string

Create() public method

public Create ( UserParameters userParams ) : string
userParams UserParameters
return string

CreateRelationship() public static method

public static CreateRelationship ( User user, RelationshipType type ) : string
user User
type RelationshipType
return string

CreateUser() public static method

public static CreateUser ( UserParameters userParams ) : string
userParams UserParameters
return string

DeclineSuggestion() public static method

public static DeclineSuggestion ( string id ) : string
id string
return string

Delete() public method

public Delete ( ) : string
return string

DeleteRelationship() public method

public DeleteRelationship ( RelationshipType type ) : string
type RelationshipType
return string

DeleteRelationship() public static method

public static DeleteRelationship ( User user, RelationshipType type ) : string
user User
type RelationshipType
return string

DeleteUser() public static method

public static DeleteUser ( string id ) : string
id string
return string

DirectMessage() public method

public DirectMessage ( string text ) : string
text string
return string

GetAllUsers() public static method

public static GetAllUsers ( ) : string
return string

GetAllUsers() public static method

public static GetAllUsers ( MembershipParameters membershipParams ) : string
membershipParams MembershipParameters
return string

GetCurrent() public static method

public static GetCurrent ( ) : string
return string

GetRelationships() public static method

public static GetRelationships ( ) : string
return string

GetSuggestedGroups() public static method

public static GetSuggestedGroups ( ) : string
return string

GetSuggestedUsers() public static method

public static GetSuggestedUsers ( ) : string
return string

GetSuggestions() public static method

public static GetSuggestions ( ) : string
return string

GetUserByEmail() public static method

public static GetUserByEmail ( string email ) : string
email string
return string

GetUserById() public static method

public static GetUserById ( string id ) : string
id string
return string

InviteUser() public static method

public static InviteUser ( string email ) : string
email string
return string

Json() public method

public Json ( User user ) : System
user User
return System

Modify() public method

public Modify ( UserParameters userParams ) : string
userParams UserParameters
return string

ModifyUser() public static method

public static ModifyUser ( string id, UserParameters userParams ) : string
id string
userParams UserParameters
return string

SetAsColleague() public method

public SetAsColleague ( ) : string
return string

SetAsSubordinate() public method

public SetAsSubordinate ( ) : string
return string

SetAsSuperior() public method

public SetAsSuperior ( ) : string
return string

Subscribe() public static method

public static Subscribe ( User user ) : string
user User
return string

Subscribe() public method

public Subscribe ( ) : void
return void

SubscribedTo() public method

public SubscribedTo ( ) : string
return string

Suspend() public method

public Suspend ( ) : string
return string

SuspendUser() public static method

public static SuspendUser ( string id ) : string
id string
return string

UnSubscribe() public static method

public static UnSubscribe ( User user ) : string
user User
return string

UnSubscribe() public method

public UnSubscribe ( ) : void
return void