Package net.bluemind.addressbook.api
Class VCard.Organizational
java.lang.Object
net.bluemind.addressbook.api.VCard.Organizational
- Enclosing class:
VCard
These properties are concerned with information associated with
characteristics of the organization or organizational units of the object
that the vCard represents.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
To specify the organizational name and units associated with the vCard. -
Field Summary
Modifier and TypeFieldDescriptionTo include a member in the group this vCard represents.To specify the function or part played in a particular situation by the object the vCard represents.To specify the position or job of the object the vCard represents. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static VCard.Organizational
create
(String title, String role, VCard.Organizational.Org org, List<VCard.Organizational.Member> member) boolean
int
hashCode()
-
Field Details
-
title
To specify the position or job of the object the vCard represents. -
role
To specify the function or part played in a particular situation by the object the vCard represents. -
org
-
member
To include a member in the group this vCard represents.
-
-
Constructor Details
-
Organizational
public Organizational()
-
-
Method Details
-
create
public static VCard.Organizational create(String title, String role, VCard.Organizational.Org org, List<VCard.Organizational.Member> member) -
copy
-
hashCode
public int hashCode() -
equals
-