public Users.Profile_Banner.Result Profile_Banner(Int64? user_id) { var cm = new Users.Profile_Banner.Command(); cm.user_id = user_id; return this.Profile_Banner(cm); }
public Users.Profile_Banner.Result Profile_Banner() { var cm = new Users.Profile_Banner.Command(); return this.Profile_Banner(cm); }
public Users.Profile_Banner.Result Profile_Banner(String screen_name) { var cm = new Users.Profile_Banner.Command(); cm.screen_name = screen_name; return this.Profile_Banner(cm); }
public Users.Profile_Banner.Result[] Profile_Banner(Users.Profile_Banner.Command command) { return(_ApiEndpoints._Client.GetResult <Users.Profile_Banner.Command, Users.Profile_Banner.Result[]>(command)); }