ParentT
- the return type of Attachable.InDefinition.attach()
public static interface DomainContact.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, DomainContact.DefinitionStages.WithOrganization<ParentT>, DomainContact.DefinitionStages.WithJobTitle<ParentT>, DomainContact.DefinitionStages.WithFaxNumber<ParentT>
At this stage, any remaining optional settings can be specified, or the domain contact definition
can be attached to the parent domain definition using Attachable.InDefinition.attach()
.
Modifier and Type | Method and Description |
---|---|
Contact |
build() |
attach
withOrganization
withJobTitle
withFaxNumber
Contact build()
Copyright © 2019. All rights reserved.