
com.bugvm.apple.cloudkit.CKModifyRecordsOperation Maven / Gradle / Ivy
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.bugvm.apple.cloudkit;
/**/
import java.io.*;
import java.nio.*;
import java.util.*;
import com.bugvm.objc.*;
import com.bugvm.objc.annotation.*;
import com.bugvm.objc.block.*;
import com.bugvm.rt.*;
import com.bugvm.rt.annotation.*;
import com.bugvm.rt.bro.*;
import com.bugvm.rt.bro.annotation.*;
import com.bugvm.rt.bro.ptr.*;
import com.bugvm.apple.foundation.*;
import com.bugvm.apple.corelocation.*;
import com.bugvm.apple.contacts.*;
/* */
/**/
/**
* @since Available in iOS 8.0 and later.
*/
/* */
/**/@Library("CloudKit") @NativeClass/* */
/**/public/* */ class /**/CKModifyRecordsOperation/* */
extends /**/CKDatabaseOperation/* */
/**//* */ {
/**/public static class CKModifyRecordsOperationPtr extends Ptr {}/* */
/**/static { ObjCRuntime.bind(CKModifyRecordsOperation.class); }/* */
/**//* */
/**/
public CKModifyRecordsOperation() {}
protected CKModifyRecordsOperation(SkipInit skipInit) { super(skipInit); }
public CKModifyRecordsOperation(NSArray records, NSArray recordIDs) { super((SkipInit) null); initObject(init(records, recordIDs)); }
/* */
/**/
@Property(selector = "recordsToSave")
public native NSArray getRecordsToSave();
@Property(selector = "setRecordsToSave:")
public native void setRecordsToSave(NSArray v);
@Property(selector = "recordIDsToDelete")
public native NSArray getRecordIDsToDelete();
@Property(selector = "setRecordIDsToDelete:")
public native void setRecordIDsToDelete(NSArray v);
@Property(selector = "savePolicy")
public native CKRecordSavePolicy getSavePolicy();
@Property(selector = "setSavePolicy:")
public native void setSavePolicy(CKRecordSavePolicy v);
@Property(selector = "clientChangeTokenData")
public native NSData getClientChangeTokenData();
@Property(selector = "setClientChangeTokenData:")
public native void setClientChangeTokenData(NSData v);
@Property(selector = "atomic")
public native boolean isAtomic();
@Property(selector = "setAtomic:")
public native void setAtomic(boolean v);
@Property(selector = "perRecordProgressBlock")
public native @Block VoidBlock2 getPerRecordProgressBlock();
@Property(selector = "setPerRecordProgressBlock:")
public native void setPerRecordProgressBlock(@Block VoidBlock2 v);
@Property(selector = "perRecordCompletionBlock")
public native @Block VoidBlock2 getPerRecordCompletionBlock();
@Property(selector = "setPerRecordCompletionBlock:")
public native void setPerRecordCompletionBlock(@Block VoidBlock2 v);
@Property(selector = "modifyRecordsCompletionBlock")
public native @Block VoidBlock3, NSArray, NSError> getModifyRecordsCompletionBlock();
@Property(selector = "setModifyRecordsCompletionBlock:")
public native void setModifyRecordsCompletionBlock(@Block VoidBlock3, NSArray, NSError> v);
/* */
/**//* */
/**/
@Method(selector = "initWithRecordsToSave:recordIDsToDelete:")
protected native @Pointer long init(NSArray records, NSArray recordIDs);
/* */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy