Uses of Class
com.twitter.clientlib.model.UserProfileModificationObjectSchema
-
Packages that use UserProfileModificationObjectSchema Package Description com.twitter.clientlib.model -
-
Uses of UserProfileModificationObjectSchema in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UserProfileModificationObjectSchema Modifier and Type Method Description UserProfileModificationObjectSchemaUserProfileModificationObjectSchema. eventAt(OffsetDateTime eventAt)static UserProfileModificationObjectSchemaUserProfileModificationObjectSchema. fromJson(String jsonString)Create an instance of UserProfileModificationObjectSchema given an JSON stringUserProfileModificationObjectSchemaUserProfileModificationComplianceSchema. getUserProfileModification()Get userProfileModificationUserProfileModificationObjectSchemaUserProfileModificationObjectSchema. newValue(String newValue)UserProfileModificationObjectSchemaUserProfileModificationObjectSchema. profileField(String profileField)UserProfileModificationObjectSchemaUserProfileModificationObjectSchema. user(UserComplianceSchemaUser user)Methods in com.twitter.clientlib.model with parameters of type UserProfileModificationObjectSchema Modifier and Type Method Description voidUserProfileModificationComplianceSchema. setUserProfileModification(UserProfileModificationObjectSchema userProfileModification)UserProfileModificationComplianceSchemaUserProfileModificationComplianceSchema. userProfileModification(UserProfileModificationObjectSchema userProfileModification)
-