Package com.microsoft.graph.models
Class SynchronizationJobValidateCredentialsParameterSet
java.lang.Object
com.microsoft.graph.models.SynchronizationJobValidateCredentialsParameterSet
The class for the Synchronization Job Validate Credentials Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the SynchronizationJobValidateCredentialsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe application Identifier.The credentials.The template Id.The use Saved Credentials. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new SynchronizationJobValidateCredentialsParameterSetprotectedSynchronizationJobValidateCredentialsParameterSet(SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder builder) Instiaciates a new SynchronizationJobValidateCredentialsParameterSet -
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
-
applicationIdentifier
@SerializedName(value="applicationIdentifier", alternate="ApplicationIdentifier") @Expose @Nullable public String applicationIdentifierThe application Identifier. -
templateId
@SerializedName(value="templateId", alternate="TemplateId") @Expose @Nullable public String templateIdThe template Id. -
useSavedCredentials
@SerializedName(value="useSavedCredentials", alternate="UseSavedCredentials") @Expose @Nullable public Boolean useSavedCredentialsThe use Saved Credentials. -
credentials
@SerializedName(value="credentials", alternate="Credentials") @Expose @Nullable public List<SynchronizationSecretKeyStringValuePair> credentialsThe credentials.
-
-
Constructor Details
-
SynchronizationJobValidateCredentialsParameterSet
public SynchronizationJobValidateCredentialsParameterSet()Instiaciates a new SynchronizationJobValidateCredentialsParameterSet -
SynchronizationJobValidateCredentialsParameterSet
protected SynchronizationJobValidateCredentialsParameterSet(@Nonnull SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder builder) Instiaciates a new SynchronizationJobValidateCredentialsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static SynchronizationJobValidateCredentialsParameterSet.SynchronizationJobValidateCredentialsParameterSetBuilder 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
-