All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bugvm.apple.contacts.CNMutableContact Maven / Gradle / Ivy

The newest version!
/*
 * 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.contacts;

/**/
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.*;
/**/

/**/
/**
 * @since Available in iOS 9.0 and later.
 */
/**/
/**/@Library("Contacts") @NativeClass/**/
/**/public/**/ class /**/CNMutableContact/**/ 
    extends /**/CNContact/**/ 
    /**//**/ {

    /**/public static class CNMutableContactPtr extends Ptr {}/**/
    /**/static { ObjCRuntime.bind(CNMutableContact.class); }/**/
    /**//**/
    /**/
    public CNMutableContact() {}
    protected CNMutableContact(SkipInit skipInit) { super(skipInit); }
    /**/
    /**/
    @Property(selector = "contactType")
    public native CNContactType getContactType();
    @Property(selector = "setContactType:")
    public native void setContactType(CNContactType v);
    @Property(selector = "namePrefix")
    public native String getNamePrefix();
    @Property(selector = "setNamePrefix:")
    public native void setNamePrefix(String v);
    @Property(selector = "givenName")
    public native String getGivenName();
    @Property(selector = "setGivenName:")
    public native void setGivenName(String v);
    @Property(selector = "middleName")
    public native String getMiddleName();
    @Property(selector = "setMiddleName:")
    public native void setMiddleName(String v);
    @Property(selector = "familyName")
    public native String getFamilyName();
    @Property(selector = "setFamilyName:")
    public native void setFamilyName(String v);
    @Property(selector = "previousFamilyName")
    public native String getPreviousFamilyName();
    @Property(selector = "setPreviousFamilyName:")
    public native void setPreviousFamilyName(String v);
    @Property(selector = "nameSuffix")
    public native String getNameSuffix();
    @Property(selector = "setNameSuffix:")
    public native void setNameSuffix(String v);
    @Property(selector = "nickname")
    public native String getNickname();
    @Property(selector = "setNickname:")
    public native void setNickname(String v);
    @Property(selector = "phoneticGivenName")
    public native String getPhoneticGivenName();
    @Property(selector = "setPhoneticGivenName:")
    public native void setPhoneticGivenName(String v);
    @Property(selector = "phoneticMiddleName")
    public native String getPhoneticMiddleName();
    @Property(selector = "setPhoneticMiddleName:")
    public native void setPhoneticMiddleName(String v);
    @Property(selector = "phoneticFamilyName")
    public native String getPhoneticFamilyName();
    @Property(selector = "setPhoneticFamilyName:")
    public native void setPhoneticFamilyName(String v);
    @Property(selector = "organizationName")
    public native String getOrganizationName();
    @Property(selector = "setOrganizationName:")
    public native void setOrganizationName(String v);
    @Property(selector = "departmentName")
    public native String getDepartmentName();
    @Property(selector = "setDepartmentName:")
    public native void setDepartmentName(String v);
    @Property(selector = "jobTitle")
    public native String getJobTitle();
    @Property(selector = "setJobTitle:")
    public native void setJobTitle(String v);
    @Property(selector = "note")
    public native String getNote();
    @Property(selector = "setNote:")
    public native void setNote(String v);
    @Property(selector = "imageData")
    public native NSData getImageData();
    @Property(selector = "setImageData:")
    public native void setImageData(NSData v);
    @Property(selector = "phoneNumbers")
    public native NSArray> getPhoneNumbers();
    @Property(selector = "setPhoneNumbers:")
    public native void setPhoneNumbers(NSArray> v);
    @Property(selector = "emailAddresses")
    public native NSArray> getEmailAddresses();
    @Property(selector = "setEmailAddresses:")
    public native void setEmailAddresses(NSArray> v);
    @Property(selector = "postalAddresses")
    public native NSArray> getPostalAddresses();
    @Property(selector = "setPostalAddresses:")
    public native void setPostalAddresses(NSArray> v);
    @Property(selector = "urlAddresses")
    public native NSArray> getUrlAddresses();
    @Property(selector = "setUrlAddresses:")
    public native void setUrlAddresses(NSArray> v);
    @Property(selector = "contactRelations")
    public native NSArray> getContactRelations();
    @Property(selector = "setContactRelations:")
    public native void setContactRelations(NSArray> v);
    @Property(selector = "socialProfiles")
    public native NSArray> getSocialProfiles();
    @Property(selector = "setSocialProfiles:")
    public native void setSocialProfiles(NSArray> v);
    @Property(selector = "instantMessageAddresses")
    public native NSArray> getInstantMessageAddresses();
    @Property(selector = "setInstantMessageAddresses:")
    public native void setInstantMessageAddresses(NSArray> v);
    @Property(selector = "birthday")
    public native NSDateComponents getBirthday();
    @Property(selector = "setBirthday:")
    public native void setBirthday(NSDateComponents v);
    @Property(selector = "nonGregorianBirthday")
    public native NSDateComponents getNonGregorianBirthday();
    @Property(selector = "setNonGregorianBirthday:")
    public native void setNonGregorianBirthday(NSDateComponents v);
    @Property(selector = "dates")
    public native NSArray> getDates();
    @Property(selector = "setDates:")
    public native void setDates(NSArray> v);
    /**/
    /**//**/
    /**/
    
    /**/
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy