Package com.microsoft.graph.models
Class TenantRelationshipFindTenantInformationByTenantIdParameterSet.TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.TenantRelationshipFindTenantInformationByTenantIdParameterSet.TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder
- Enclosing class:
TenantRelationshipFindTenantInformationByTenantIdParameterSet
public static final class TenantRelationshipFindTenantInformationByTenantIdParameterSet.TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder
extends Object
Fluent builder for the TenantRelationshipFindTenantInformationByTenantIdParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithTenantId(String val) Sets the TenantId
-
Field Details
-
tenantId
The tenantId parameter value
-
-
Constructor Details
-
TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder
@Nullable protected TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder()Instanciates a new TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder
-
-
Method Details
-
withTenantId
@Nonnull public TenantRelationshipFindTenantInformationByTenantIdParameterSet.TenantRelationshipFindTenantInformationByTenantIdParameterSetBuilder withTenantId(@Nullable String val) Sets the TenantId- 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
-