Uses of Class
com.okta.sdk.resource.model.GroupProfile
Packages that use GroupProfile
Package
Description
-
Uses of GroupProfile in com.okta.sdk.impl.deserializer
Methods in com.okta.sdk.impl.deserializer that return GroupProfileModifier and TypeMethodDescriptionGroupProfileDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of GroupProfile in com.okta.sdk.impl.serializer
Methods in com.okta.sdk.impl.serializer with parameters of type GroupProfileModifier and TypeMethodDescriptionvoidGroupProfileSerializer.serialize(GroupProfile groupProfile, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) Constructor parameters in com.okta.sdk.impl.serializer with type arguments of type GroupProfile -
Uses of GroupProfile in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupProfileModifier and TypeMethodDescriptionGroupProfile.description(String description) GroupProfile.externalId(String externalId) Group.getProfile()Get profileGroupProfile.samAccountName(String samAccountName) GroupProfile.windowsDomainQualifiedName(String windowsDomainQualifiedName) Methods in com.okta.sdk.resource.model with parameters of type GroupProfileModifier and TypeMethodDescriptionGroup.profile(GroupProfile profile) voidGroup.setProfile(GroupProfile profile)