public static class Access.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(Access access)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
Access |
commit()
Finalizes the data gathered for this builder instance.
|
Boolean |
getExternalReference()
Accessor for the externalReference attribute
|
List<Group.Builder> |
getGroups()
Builder accessor for the groups
|
List<Individual.Builder> |
getIndividuals()
Builder accessor for the individuals
|
ProfileList.Builder |
getProfileList()
Builder accessor for the profileList
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the securityAttributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setExternalReference(Boolean externalReference)
Accessor for the externalReference attribute
|
void |
setProfileList(ProfileList.Builder profileList)
Builder accessor for the profileList
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the securityAttributes
|
public Builder()
public Builder(Access access)
public Access commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
IBuilder
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public List<Individual.Builder> getIndividuals()
public List<Group.Builder> getGroups()
public ProfileList.Builder getProfileList()
public void setProfileList(ProfileList.Builder profileList)
public Boolean getExternalReference()
public void setExternalReference(Boolean externalReference)
public SecurityAttributes.Builder getSecurityAttributes()
public void setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/