Uses of Class
com.microsoft.graph.models.OptionalClaim
Packages that use OptionalClaim
-
Uses of OptionalClaim in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OptionalClaimModifier and TypeMethodDescriptionstatic OptionalClaimOptionalClaim.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type OptionalClaimModifier and TypeMethodDescriptionOptionalClaims.getAccessToken()Gets the accessToken property value.OptionalClaims.getIdToken()Gets the idToken property value.OptionalClaims.getSaml2Token()Gets the saml2Token property value.Method parameters in com.microsoft.graph.models with type arguments of type OptionalClaimModifier and TypeMethodDescriptionvoidOptionalClaims.setAccessToken(List<OptionalClaim> value) Sets the accessToken property value.voidOptionalClaims.setIdToken(List<OptionalClaim> value) Sets the idToken property value.voidOptionalClaims.setSaml2Token(List<OptionalClaim> value) Sets the saml2Token property value.