Examples of asDefault()


Examples of rocks.xmpp.extensions.privacy.model.PrivacyList.asDefault()

    @Test
    public void testComparePrivacyLists() {

        PrivacyList privacyList1 = new PrivacyList("zzz");
        privacyList1 = privacyList1.asDefault();

        PrivacyList privacyList2 = new PrivacyList("yyy");
        privacyList2 = privacyList2.asActive();

        PrivacyList privacyList3 = new PrivacyList("aaa");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.