Uses of Class
odata.msgraph.client.enums.SynchronizationSecret
-
Packages that use SynchronizationSecret Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of SynchronizationSecret in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as SynchronizationSecret Modifier and Type Field Description protected SynchronizationSecretSynchronizationSecretKeyStringValuePair. keyMethods in odata.msgraph.client.complex that return types with arguments of type SynchronizationSecret Modifier and Type Method Description Optional<SynchronizationSecret>SynchronizationSecretKeyStringValuePair. getKey()Methods in odata.msgraph.client.complex with parameters of type SynchronizationSecret Modifier and Type Method Description SynchronizationSecretKeyStringValuePair.BuilderSynchronizationSecretKeyStringValuePair.Builder. key(SynchronizationSecret key)SynchronizationSecretKeyStringValuePairSynchronizationSecretKeyStringValuePair. withKey(SynchronizationSecret key) -
Uses of SynchronizationSecret in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SynchronizationSecret Modifier and Type Method Description static SynchronizationSecretSynchronizationSecret. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationSecret[]SynchronizationSecret. values()Returns an array containing the constants of this enum type, in the order they are declared.
-