Uses of Class
odata.msgraph.client.beta.entity.SecurityBaselineState
-
Packages that use SecurityBaselineState Package Description odata.msgraph.client.beta.entity -
-
Uses of SecurityBaselineState in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SecurityBaselineState Modifier and Type Method Description SecurityBaselineStateSecurityBaselineState.Builder. build()SecurityBaselineStateSecurityBaselineState. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SecurityBaselineStateSecurityBaselineState. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SecurityBaselineStateSecurityBaselineState. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.SecurityBaselineStateSecurityBaselineState. withSecurityBaselineTemplateId(String securityBaselineTemplateId)Returns an immutable copy ofthiswith just thesecurityBaselineTemplateIdfield changed.SecurityBaselineStateSecurityBaselineState. withState(SecurityBaselineComplianceState state)Returns an immutable copy ofthiswith just thestatefield changed.SecurityBaselineStateSecurityBaselineState. withUnmappedField(String name, String value)SecurityBaselineStateSecurityBaselineState. withUserPrincipalName(String userPrincipalName)Returns an immutable copy ofthiswith just theuserPrincipalNamefield changed.
-