Uses of Class
net.morimekta.providence.model.ServiceType
-
Packages that use ServiceType Package Description net.morimekta.providence.model -
-
Uses of ServiceType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type ServiceType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<ServiceType,ServiceType._Field>ServiceType. kDescriptorMethods in net.morimekta.providence.model that return ServiceType Modifier and Type Method Description ServiceTypeServiceType._Builder. build()ServiceTypeDeclaration._Builder. getDeclService()ServiceTypeDeclaration. getDeclService()Methods in net.morimekta.providence.model that return types with arguments of type ServiceType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<ServiceType,ServiceType._Field>ServiceType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<ServiceType,ServiceType._Field>ServiceType. descriptor()java.util.Optional<ServiceType>Declaration. optionalDeclService()static net.morimekta.providence.descriptor.PStructDescriptorProvider<ServiceType,ServiceType._Field>ServiceType. provider()Methods in net.morimekta.providence.model with parameters of type ServiceType Modifier and Type Method Description intServiceType. compareTo(ServiceType other)ServiceType._BuilderServiceType._Builder. merge(ServiceType from)Declaration._BuilderDeclaration._Builder. setDeclService(ServiceType value)Set thedecl_servicefield value.static DeclarationDeclaration. withDeclService(ServiceType value)Constructors in net.morimekta.providence.model with parameters of type ServiceType Constructor Description _Builder(ServiceType base)Make a mutating builder off a base pmodel.ServiceType.
-