Uses of Class
odata.msgraph.client.complex.ContentApprovalStatusColumn
-
Packages that use ContentApprovalStatusColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ContentApprovalStatusColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ContentApprovalStatusColumn Modifier and Type Method Description ContentApprovalStatusColumnContentApprovalStatusColumn.Builder. build()ContentApprovalStatusColumnContentApprovalStatusColumn. withUnmappedField(String name, Object value) -
Uses of ContentApprovalStatusColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ContentApprovalStatusColumn Modifier and Type Field Description protected ContentApprovalStatusColumnColumnDefinition. contentApprovalStatusMethods in odata.msgraph.client.entity that return types with arguments of type ContentApprovalStatusColumn Modifier and Type Method Description Optional<ContentApprovalStatusColumn>ColumnDefinition. getContentApprovalStatus()Methods in odata.msgraph.client.entity with parameters of type ContentApprovalStatusColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. contentApprovalStatus(ContentApprovalStatusColumn contentApprovalStatus)ColumnDefinitionColumnDefinition. withContentApprovalStatus(ContentApprovalStatusColumn contentApprovalStatus)
-