コード例 #1
0
ファイル: aaauser.java プロジェクト: netscaler/nitro
 /** Use this API to add aaauser. */
 public static base_response add(nitro_service client, aaauser resource) throws Exception {
   aaauser addresource = new aaauser();
   addresource.username = resource.username;
   addresource.password = resource.password;
   return addresource.add_resource(client);
 }