Package com.microsoft.graph.models
Class TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder
- Enclosing class:
TenantRelationshipFindTenantInformationByDomainNameParameterSet
public static final class TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder
extends Object
Fluent builder for the TenantRelationshipFindTenantInformationByDomainNameParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDomainName(String val) Sets the DomainName
-
Field Details
-
domainName
The domainName parameter value
-
-
Constructor Details
-
TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder
@Nullable protected TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder()Instanciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder
-
-
Method Details
-
withDomainName
@Nonnull public TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder withDomainName(@Nullable String val) Sets the DomainName- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-