static IntPtr n_SetCallback_Lcom_liveperson_infra_ICallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Liveperson.Infra.ICallback p0 = (global::Com.Liveperson.Infra.ICallback)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.ICallback> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.SetCallback(p0));

            return(__ret);
        }
 static void n_Execute(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Execute();
 }
 static IntPtr n_GetCallback(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.AgentProfileRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Callback));
 }