Uses of Class
odata.msgraph.client.complex.SynchronizationSecretKeyStringValuePair
-
-
Uses of SynchronizationSecretKeyStringValuePair in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SynchronizationSecretKeyStringValuePair Modifier and Type Method Description SynchronizationSecretKeyStringValuePairSynchronizationSecretKeyStringValuePair.Builder. build()SynchronizationSecretKeyStringValuePairSynchronizationSecretKeyStringValuePair. withKey(SynchronizationSecret key)SynchronizationSecretKeyStringValuePairSynchronizationSecretKeyStringValuePair. withUnmappedField(String name, Object value)SynchronizationSecretKeyStringValuePairSynchronizationSecretKeyStringValuePair. withValue(String value) -
Uses of SynchronizationSecretKeyStringValuePair in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SynchronizationSecretKeyStringValuePair Modifier and Type Field Description protected List<SynchronizationSecretKeyStringValuePair>Synchronization. secretsMethods in odata.msgraph.client.entity that return types with arguments of type SynchronizationSecretKeyStringValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SynchronizationSecretKeyStringValuePair>Synchronization. getSecrets()com.github.davidmoten.odata.client.CollectionPage<SynchronizationSecretKeyStringValuePair>Synchronization. getSecrets(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type SynchronizationSecretKeyStringValuePair Modifier and Type Method Description Synchronization.BuilderSynchronization.Builder. secrets(SynchronizationSecretKeyStringValuePair... secrets)Method parameters in odata.msgraph.client.entity with type arguments of type SynchronizationSecretKeyStringValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSynchronization. acquireAccessToken(List<SynchronizationSecretKeyStringValuePair> credentials)Synchronization.BuilderSynchronization.Builder. secrets(List<SynchronizationSecretKeyStringValuePair> secrets)com.github.davidmoten.odata.client.ActionRequestNoReturnSynchronizationJob. validateCredentials(String applicationIdentifier, String templateId, Boolean useSavedCredentials, List<SynchronizationSecretKeyStringValuePair> credentials)SynchronizationSynchronization. withSecrets(List<SynchronizationSecretKeyStringValuePair> secrets) -
Uses of SynchronizationSecretKeyStringValuePair in odata.msgraph.client.entity.collection.request
Method parameters in odata.msgraph.client.entity.collection.request with type arguments of type SynchronizationSecretKeyStringValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSynchronizationJobCollectionRequest. validateCredentials(String applicationIdentifier, String templateId, Boolean useSavedCredentials, List<SynchronizationSecretKeyStringValuePair> credentials) -
Uses of SynchronizationSecretKeyStringValuePair in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type SynchronizationSecretKeyStringValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSynchronizationRequest. acquireAccessToken(List<SynchronizationSecretKeyStringValuePair> credentials)com.github.davidmoten.odata.client.ActionRequestNoReturnSynchronizationJobRequest. validateCredentials(String applicationIdentifier, String templateId, Boolean useSavedCredentials, List<SynchronizationSecretKeyStringValuePair> credentials)
-