Package com.microsoft.graph.models
Class SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder
- Enclosing class:
SynchronizationJobValidateCredentialsParameterSet
public static final class SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder
extends Object
Fluent builder for the SynchronizationJobValidateCredentialsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe applicationIdentifier parameter valueprotected List<SynchronizationSecretKeyStringValuePair>The credentials parameter valueprotected StringThe templateId parameter valueprotected BooleanThe useSavedCredentials parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new SynchronizationJobValidateCredentialsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the ApplicationIdentifierSets the CredentialswithTemplateId(String val) Sets the TemplateIdSets the UseSavedCredentials
-
Field Details
-
applicationIdentifier
The applicationIdentifier parameter value -
templateId
The templateId parameter value -
useSavedCredentials
The useSavedCredentials parameter value -
credentials
The credentials parameter value
-
-
Constructor Details
-
SynchronizationJobValidateCredentialsParameterSetBuilder
@Nullable protected SynchronizationJobValidateCredentialsParameterSetBuilder()Instanciates a new SynchronizationJobValidateCredentialsParameterSetBuilder
-
-
Method Details
-
withApplicationIdentifier
@Nonnull public SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder withApplicationIdentifier(@Nullable String val) Sets the ApplicationIdentifier- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTemplateId
@Nonnull public SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder withTemplateId(@Nullable String val) Sets the TemplateId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withUseSavedCredentials
@Nonnull public SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder withUseSavedCredentials(@Nullable Boolean val) Sets the UseSavedCredentials- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCredentials
@Nonnull public SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder withCredentials(@Nullable List<SynchronizationSecretKeyStringValuePair> val) Sets the Credentials- 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
-