Package com.microsoft.graph.models
Class TenantRelationshipFindTenantInformationByDomainNameParameterSet
java.lang.Object
com.microsoft.graph.models.TenantRelationshipFindTenantInformationByDomainNameParameterSet
The class for the Tenant Relationship Find Tenant Information By Domain Name Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the TenantRelationshipFindTenantInformationByDomainNameParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSetprotectedTenantRelationshipFindTenantInformationByDomainNameParameterSet(TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder builder) Instiaciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
domainName
@SerializedName(value="domainName", alternate="DomainName") @Expose @Nullable public String domainNameThe domain Name.
-
-
Constructor Details
-
TenantRelationshipFindTenantInformationByDomainNameParameterSet
public TenantRelationshipFindTenantInformationByDomainNameParameterSet()Instiaciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSet -
TenantRelationshipFindTenantInformationByDomainNameParameterSet
protected TenantRelationshipFindTenantInformationByDomainNameParameterSet(@Nonnull TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder builder) Instiaciates a new TenantRelationshipFindTenantInformationByDomainNameParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static TenantRelationshipFindTenantInformationByDomainNameParameterSet.TenantRelationshipFindTenantInformationByDomainNameParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-